Html Css Color HEX #F20587 Deep Pink

📋 copy color: '#F20587'

red 242 ◦ green 5 ◦ blue 135

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

Shades of Deep Pink #F20587

Tints of Deep Pink #F20587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.31%

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

R = 63.35%
G = 1.31%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#F20587 (or 0xF20587) is known color: Deep Pink. HEX triplet: F2, 05 and 87. RGB value is (242,5,135). Sum of RGB (Red+Green+Blue) = 242+5+135=382 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.35% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 242 - color contains mainly: red. Hex color #F20587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20587 is #0DFA78. Grayscale: #5A5A5A. Windows color (decimal): -916089 or 8848882. OLE color: 8848882.

HSL color Cylindrical-coordinate representation of color #F20587: hue angle of 327.09º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20587 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 5 135 -
CMYK 0 0.98 0.44 0.05
HSL 327.09º 0.96% 0.48% -
HSV(B) 327.09º 0.98% 0.95% -
XYZ 41.05 20.74 24.76 -
YUV 90.68 153.02 235.93 -
System Red Green Blue C M Y K H S L
Decimal 242 5 135 0 0.98 0.44 0.05 327.09 0.96 0.48
Hex F2 5 87 0 62 2C 5 147 60 30
Octal 362 5 207 0 142 54 5 507 140 60
Binary 11110010 101 10000111 0 1100010 101100 101 101000111 1100000 110000

Color Harmonies of #F20587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F20587

Black with #F20587

Text Example


Text Example

White with #F20587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F20587; }

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

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

background-color css

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

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

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

border-color css

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

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

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