Html Css Color HEX #F01199 Deep Pink

📋 copy color: '#F01199'

red 240 ◦ green 17 ◦ blue 153

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

Shades of Deep Pink #F01199

Tints of Deep Pink #F01199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.32%

R = 58.54%
G = 4.15%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F01199 (or 0xF01199) is known color: Deep Pink. HEX triplet: F0, 11 and 99. RGB value is (240,17,153). Sum of RGB (Red+Green+Blue) = 240+17+153=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 17 (7.03% from 255 or 4.15% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F01199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01199 is #0FEE66. Grayscale: #626262. Windows color (decimal): -1044071 or 10031600. OLE color: 10031600.

HSL color Cylindrical-coordinate representation of color #F01199: hue angle of 323.41º 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 #F01199 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 153 -
CMYK 0 0.93 0.36 0.06
HSL 323.41º 0.88% 0.5% -
HSV(B) 323.41º 0.93% 0.94% -
XYZ 41.89 21.23 32.03 -
YUV 99.18 158.38 228.44 -
System Red Green Blue C M Y K H S L
Decimal 240 17 153 0 0.93 0.36 0.06 323.41 0.88 0.5
Hex F0 11 99 0 5D 24 6 143 58 32
Octal 360 21 231 0 135 44 6 503 130 62
Binary 11110000 10001 10011001 0 1011101 100100 110 101000011 1011000 110010

Color Harmonies of #F01199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01199

Black with #F01199

Text Example


Text Example

White with #F01199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01199; }

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

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

background-color css

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

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

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

border-color css

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

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

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