#F80790

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

Shades of Deep Pink #F80790

Tints of Deep Pink #F80790

Color information

#F80790 (or 0xF80790) is unknown color: approx Deep Pink. HEX triplet: F8, 07 and 90. RGB value is (248,7,144). Sum of RGB (Red+Green+Blue) = 248+7+144=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F80790 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80790 is #07F86F. Grayscale: #5E5E5E. Windows color (decimal): -522352 or 9439224. OLE color: 9439224.

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

Color convert

RGB2487144-
CMYK00.970.420.03
HSL325.89º94.51%50%-
HSV(B)325.89º97.18%97.25%-
XYZ43.8222.1228.35-
YUV94.68155.84237.36-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62.16%
GREEN value IS 7 (3.12% from 255) = 1.75%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=62.16%
G=1.75%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248714400.970.420.03325.8994.5150
HexF87900612A31465f32
Octal3707220014152350613762
Binary111110001111001000001100001101010111010001101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80790; }

 p { color: rgb(248,7,144); }

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

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

 a { background-color: rgb(248,7,144); }

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

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

 span { border-color: rgb(248,7,144); }

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