#F20586

Color #F20586 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #F20586

Tints of Deep Pink #F20586

Color information

#F20586 (or 0xF20586) is unknown color: approx Deep Pink. HEX triplet: F2, 05 and 86. RGB value is (242,5,134). Sum of RGB (Red+Green+Blue) = 242+5+134=381 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.52% from 381); Green value is 5 (2.34% from 255 or 1.31% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 242 - color contains mainly: red. Hex color #F20586 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20586 is #0DFA79. Grayscale: #5A5A5A. Windows color (decimal): -916090 or 8783346. OLE color: 8783346.

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

Color convert

RGB2425134-
CMYK00.980.450.05
HSL327.34º95.95%48.43%-
HSV(B)327.34º97.93%94.9%-
XYZ40.9820.7124.39-
YUV90.57152.52236.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 63.52%
GREEN value IS 5 (2.34% from 255) = 1.31%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=63.52%
G=1.31%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242513400.980.450.05327.3495.9548.43
HexF25860622D51476030
Octal3625206014255550714060
Binary1111001010110000110011000101011011011010001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20586; }

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

 H1.HeaderClassName
 {
   color: #F20586;
 }
 .AnyTagClassName
 {
   color: #F20586;
 }
</style>
background-color css

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

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

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

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

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

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