Html Css Color HEX #F21888 Deep Pink

📋 copy color: '#F21888'

red 242 ◦ green 24 ◦ blue 136

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

Shades of Deep Pink #F21888

Tints of Deep Pink #F21888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.97%

 BLUE value IS 136 (53.52% from 255) = 33.83%

R = 60.2%
G = 5.97%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F21888 (or 0xF21888) is known color: Deep Pink. HEX triplet: F2, 18 and 88. RGB value is (242,24,136). Sum of RGB (Red+Green+Blue) = 242+24+136=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 136 (53.52% from 255 or 33.83% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F21888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21888 is #0DE777. Grayscale: #656565. Windows color (decimal): -911224 or 8919282. OLE color: 8919282.

HSL color Cylindrical-coordinate representation of color #F21888: hue angle of 329.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21888 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 24 136 -
CMYK 0 0.90 0.44 0.05
HSL 329.17º 0.89% 0.52% -
HSV(B) 329.17º 0.9% 0.95% -
XYZ 41.39 21.31 25.22 -
YUV 101.95 147.22 227.89 -
System Red Green Blue C M Y K H S L
Decimal 242 24 136 0 0.90 0.44 0.05 329.17 0.89 0.52
Hex F2 18 88 0 5A 2C 5 149 59 34
Octal 362 30 210 0 132 54 5 511 131 64
Binary 11110010 11000 10001000 0 1011010 101100 101 101001001 1011001 110100

Color Harmonies of #F21888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21888

Black with #F21888

Text Example


Text Example

White with #F21888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21888; }

 p { color: rgb(242,24,136); }

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

background-color css

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

 a { background-color: rgb(242,24,136); }

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

border-color css

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

 span { border-color: rgb(242,24,136); }

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