Color Hex Logo

#f30fbd Color Hex

#F30FBD
(243,15,189)
0 Favorites   0 Comments

Color spaces of #f30fbd

RGB 24315189
HSL0.870.900.51
HSV314°94°95°
CMYK 0.000.940.22   0.05
XYZ46.318323.070550.1559
Yxy23.07050.38750.1930
Hunter Lab48.031888.0767-28.2898
CIE-Lab55.144986.8078-31.7969

#f30fbd color RGB value is (243,15,189).

#f30fbd hex color red value is 243, green value is 15 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f30fbd hue: 0.87 , saturation: 0.90 and the lightness value of f30fbd is 0.51.

The process color (four color CMYK) of #f30fbd color hex is 0.00, 0.94, 0.22, 0.05. Web safe color of #f30fbd is #ff00cc. Color #f30fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00001111 10111101
Octal 363 17 275
Decimal 243 15 189
Hex F3 F BD

RGB Percentages of Color #f30fbd

%54.36
%3.36
%42.28

CMYK Percentages of Color #f30fbd

%0
%94
%22
%5

Triadic Colors of #f30fbd

#f30fbd #bdf30f #0fbdf3

Analogous Colors of #f30fbd

#f30fbd #f30f4b #b70ff3

Monochromatic Colors of #f30fbd

#f30fbd

Complementary Color

#f30fbd #0ff345

#f30fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f30fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f30fbd Color CSS Codes

.mybgcolor {background-color:#f30fbd; } 
.myforecolor {color:#f30fbd; }
.mybordercolor {border:3px solid #f30fbd; }

#f30fbd Text Font Color

<p style="color:#f30fbd">Text here</p>

This sample text font color is #f30fbd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f30fbd Background Color

<div style="background-color:#f30fbd">
Div content here</div>

This div background color is #f30fbd


#f30fbd Border Color

<div style="border:3px solid #f30fbd">
Div here</div>

This div border color is #f30fbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,15,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f30fbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f30fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #f30fbd;
  box-shadow:         1px 1px 3px 2px #f30fbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,15,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f30fbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f30fbd;
  -webkit-box-shadow: 1px 1px 3px 2px #f30fbd;
  box-shadow:         1px 1px 3px 2px #f30fbd;">
Div content here</div>

This div box has shadow with color #f30fbd


Comments

No comments written yet.

Please login to write comment.