Html Css Color HEX #F21987 Deep Pink

📋 copy color: '#F21987'

red 242 ◦ green 25 ◦ blue 135

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

Shades of Deep Pink #F21987

Tints of Deep Pink #F21987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.22%

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

R = 60.2%
G = 6.22%
B = 33.58%

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

#F21987 (or 0xF21987) is known color: Deep Pink. HEX triplet: F2, 19 and 87. RGB value is (242,25,135). Sum of RGB (Red+Green+Blue) = 242+25+135=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F21987 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F21987 is #0DE678. Grayscale: #666666. Windows color (decimal): -910969 or 8854002. OLE color: 8854002.

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

Color convert

RGB 242 25 135 -
CMYK 0 0.90 0.44 0.05
HSL 329.59º 0.89% 0.52% -
HSV(B) 329.59º 0.9% 0.95% -
XYZ 41.34 21.32 24.86 -
YUV 102.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 242 25 135 0 0.90 0.44 0.05 329.59 0.89 0.52
Hex F2 19 87 0 5A 2C 5 14A 59 34
Octal 362 31 207 0 132 54 5 512 131 64
Binary 11110010 11001 10000111 0 1011010 101100 101 101001010 1011001 110100

Color Harmonies of #F21987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21987

Black with #F21987

Text Example


Text Example

White with #F21987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21987; }

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

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

background-color css

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

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

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

border-color css

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

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

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