#F20085

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

Shades of Deep Pink #F20085

Tints of Deep Pink #F20085

Color information

#F20085 (or 0xF20085) is unknown color: approx Deep Pink. HEX triplet: F2, 00 and 85. RGB value is (242,0,133). Sum of RGB (Red+Green+Blue) = 242+0+133=375 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.53% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 242 - color contains mainly: red. Hex color #F20085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20085 is #0DFF7A. Grayscale: #575757. Windows color (decimal): -917371 or 8716530. OLE color: 8716530.

HSL color Cylindrical-coordinate representation of color #F20085: hue angle of 327.02º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20085 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB2420133-
CMYK010.450.05
HSL327.02º100%47.45%-
HSV(B)327.02º100%94.9%-
XYZ40.8520.5724.01-
YUV87.52153.67238.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 64.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=64.53%
G=0%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2420133010.450.05327.0210047.45
HexF20850642D5147642f
Octal3620205014455550714457
Binary11110010010000101011001001011011011010001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20085; }

 p { color: rgb(242,0,133); }

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

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

 a { background-color: rgb(242,0,133); }

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

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

 span { border-color: rgb(242,0,133); }

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