Html Css Color HEX #F21887 Deep Pink

📋 copy color: '#F21887'

red 242 ◦ green 24 ◦ blue 135

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

Shades of Deep Pink #F21887

Tints of Deep Pink #F21887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 33.67%

R = 60.35%
G = 5.99%
B = 33.67%

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

#F21887 (or 0xF21887) is known color: Deep Pink. HEX triplet: F2, 18 and 87. RGB value is (242,24,135). Sum of RGB (Red+Green+Blue) = 242+24+135=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 135 (53.12% from 255 or 33.67% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F21887 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21887 is #0DE778. Grayscale: #656565. Windows color (decimal): -911225 or 8853746. OLE color: 8853746.

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

Color convert

RGB 242 24 135 -
CMYK 0 0.90 0.44 0.05
HSL 329.45º 0.89% 0.52% -
HSV(B) 329.45º 0.9% 0.95% -
XYZ 41.32 21.28 24.85 -
YUV 101.84 146.72 227.97 -
System Red Green Blue C M Y K H S L
Decimal 242 24 135 0 0.90 0.44 0.05 329.45 0.89 0.52
Hex F2 18 87 0 5A 2C 5 149 59 34
Octal 362 30 207 0 132 54 5 511 131 64
Binary 11110010 11000 10000111 0 1011010 101100 101 101001001 1011001 110100

Color Harmonies of #F21887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21887

Black with #F21887

Text Example


Text Example

White with #F21887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21887; }

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

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

background-color css

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

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

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

border-color css

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

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

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