#f70086

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

Shades of Deep Pink #F70086

Tints of Deep Pink #F70086

Color information

#F70086 (or 0xF70086) is unknown color: approx Deep Pink. HEX triplet: F7, 00 and 86. RGB value is (247,0,134). Sum of RGB (Red+Green+Blue) = 247+0+134=381 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.83% from 381); Green value is 0 (0.39% from 255 or 0% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 247 - color contains mainly: red. Hex color #F70086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70086 is #08FF79. Grayscale: #585858. Windows color (decimal): -589690 or 8782071. OLE color: 8782071.

HSL color Cylindrical-coordinate representation of color #F70086: hue angle of 327.45º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70086 is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB2470134-
CMYK010.460.03
HSL327.45º100%48.43%-
HSV(B)327.45º100%96.86%-
XYZ42.6621.524.45-
YUV89.13153.33240.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 64.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 35.17%
R=64.83%
G=0%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2470134010.460.03327.4510048.43
HexF70860642E31476430
Octal3670206014456350714460
Binary1111011101000011001100100101110111010001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f70086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f70086; }

 p { color: rgb(247,0,134); }

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

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

 a { background-color: rgb(247,0,134); }

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

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

 span { border-color: rgb(247,0,134); }

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