Html Css Color HEX #F21189 Deep Pink

📋 copy color: '#F21189'

red 242 ◦ green 17 ◦ blue 137

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

Shades of Deep Pink #F21189

Tints of Deep Pink #F21189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.6%

R = 61.11%
G = 4.29%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F21189 (or 0xF21189) is known color: Deep Pink. HEX triplet: F2, 11 and 89. RGB value is (242,17,137). Sum of RGB (Red+Green+Blue) = 242+17+137=396 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.11% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 242 - color contains mainly: red. Hex color #F21189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21189 is #0DEE76. Grayscale: #616161. Windows color (decimal): -913015 or 8983026. OLE color: 8983026.

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

Color convert

RGB 242 17 137 -
CMYK 0 0.93 0.43 0.05
HSL 328º 0.9% 0.51% -
HSV(B) 328º 0.93% 0.95% -
XYZ 41.33 21.08 25.56 -
YUV 97.96 150.04 230.74 -
System Red Green Blue C M Y K H S L
Decimal 242 17 137 0 0.93 0.43 0.05 328 0.9 0.51
Hex F2 11 89 0 5D 2B 5 148 5A 33
Octal 362 21 211 0 135 53 5 510 132 63
Binary 11110010 10001 10001001 0 1011101 101011 101 101001000 1011010 110011

Color Harmonies of #F21189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21189

Black with #F21189

Text Example


Text Example

White with #F21189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21189; }

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

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

background-color css

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

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

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

border-color css

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

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

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