Html Css Color HEX #F21196 Deep Pink

📋 copy color: '#F21196'

red 242 ◦ green 17 ◦ blue 150

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

Shades of Deep Pink #F21196

Tints of Deep Pink #F21196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.67%

R = 59.17%
G = 4.16%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F21196 (or 0xF21196) is known color: Deep Pink. HEX triplet: F2, 11 and 96. RGB value is (242,17,150). Sum of RGB (Red+Green+Blue) = 242+17+150=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 17 (7.03% from 255 or 4.16% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F21196 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21196 is #0DEE69. Grayscale: #636363. Windows color (decimal): -913002 or 9834994. OLE color: 9834994.

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

Color convert

RGB 242 17 150 -
CMYK 0 0.93 0.38 0.05
HSL 324.53º 0.9% 0.51% -
HSV(B) 324.53º 0.93% 0.95% -
XYZ 42.32 21.48 30.77 -
YUV 99.44 156.54 229.69 -
System Red Green Blue C M Y K H S L
Decimal 242 17 150 0 0.93 0.38 0.05 324.53 0.9 0.51
Hex F2 11 96 0 5D 26 5 145 5A 33
Octal 362 21 226 0 135 46 5 505 132 63
Binary 11110010 10001 10010110 0 1011101 100110 101 101000101 1011010 110011

Color Harmonies of #F21196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21196

Black with #F21196

Text Example


Text Example

White with #F21196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21196; }

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

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

background-color css

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

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

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

border-color css

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

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

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