Html Css Color HEX #F01191 Deep Pink

📋 copy color: '#F01191'

red 240 ◦ green 17 ◦ blue 145

#F01191
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #F01191

Tints of Deep Pink #F01191

RGB

 RED value IS 240 (94.14% from 255) = 59.7%

 GREEN value IS 17 (7.03% from 255) = 4.23%

 BLUE value IS 145 (57.03% from 255) = 36.07%

R = 59.7%
G = 4.23%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F01191 (or 0xF01191) is known color: Deep Pink. HEX triplet: F0, 11 and 91. RGB value is (240,17,145). Sum of RGB (Red+Green+Blue) = 240+17+145=402 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.70% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 240 - color contains mainly: red. Hex color #F01191 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01191 is #0FEE6E. Grayscale: #616161. Windows color (decimal): -1044079 or 9507312. OLE color: 9507312.

HSL color Cylindrical-coordinate representation of color #F01191: hue angle of 325.56º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01191 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 145 -
CMYK 0 0.93 0.40 0.06
HSL 325.56º 0.88% 0.5% -
HSV(B) 325.56º 0.93% 0.94% -
XYZ 41.25 20.97 28.66 -
YUV 98.27 154.38 229.09 -
System Red Green Blue C M Y K H S L
Decimal 240 17 145 0 0.93 0.40 0.06 325.56 0.88 0.5
Hex F0 11 91 0 5D 28 6 146 58 32
Octal 360 21 221 0 135 50 6 506 130 62
Binary 11110000 10001 10010001 0 1011101 101000 110 101000110 1011000 110010

Color Harmonies of #F01191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01191

Black with #F01191

Text Example


Text Example

White with #F01191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01191; }

 p { color: rgb(240,17,145); }

 H1.HeaderClassName
 {
   color: #F01191;
 }
 .AnyTagClassName
 {
   color: #F01191;
 }
</style>

background-color css

<style>
 a { background-color: #F01191; }

 a { background-color: rgb(240,17,145); }

 div.DivClassName
 {
   background-color: #F01191;
 }
 .BgClassName
 {
   background-color: #F01191;
 }
</style>

border-color css

<style>
 span { border-color: #F01191; }

 span { border-color: rgb(240,17,145); }

 td.TdClassName
 {
   border-color: #F01191;
 }
 .TagClassName
 {
   border-color: #F01191;
 }
</style>