Html Css Color HEX #F21199 Deep Pink

📋 copy color: '#F21199'

red 242 ◦ green 17 ◦ blue 153

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

Shades of Deep Pink #F21199

Tints of Deep Pink #F21199

RGB

 RED value IS 242 (94.92% from 255) = 58.74%

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

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

R = 58.74%
G = 4.13%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F21199 (or 0xF21199) is known color: Deep Pink. HEX triplet: F2, 11 and 99. RGB value is (242,17,153). Sum of RGB (Red+Green+Blue) = 242+17+153=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 153 (60.16% from 255 or 37.14% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F21199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21199 is #0DEE66. Grayscale: #636363. Windows color (decimal): -912999 or 10031602. OLE color: 10031602.

HSL color Cylindrical-coordinate representation of color #F21199: hue angle of 323.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21199 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 17 153 -
CMYK 0 0.93 0.37 0.05
HSL 323.73º 0.9% 0.51% -
HSV(B) 323.73º 0.93% 0.95% -
XYZ 42.57 21.58 32.06 -
YUV 99.78 158.04 229.44 -
System Red Green Blue C M Y K H S L
Decimal 242 17 153 0 0.93 0.37 0.05 323.73 0.9 0.51
Hex F2 11 99 0 5D 25 5 144 5A 33
Octal 362 21 231 0 135 45 5 504 132 63
Binary 11110010 10001 10011001 0 1011101 100101 101 101000100 1011010 110011

Color Harmonies of #F21199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21199

Black with #F21199

Text Example


Text Example

White with #F21199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21199; }

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

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

background-color css

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

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

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

border-color css

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

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

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