#F80E91

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

Shades of Deep Pink #F80E91

Tints of Deep Pink #F80E91

Color information

#F80E91 (or 0xF80E91) is unknown color: approx Deep Pink. HEX triplet: F8, 0E and 91. RGB value is (248,14,145). Sum of RGB (Red+Green+Blue) = 248+14+145=407 (53% of max value = 765). Red value is 248 (97.27% from 255 or 60.93% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 145 (57.03% from 255 or 35.63% from 407); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E91 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80E91 is #07F16E. Grayscale: #626262. Windows color (decimal): -520559 or 9506552. OLE color: 9506552.

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

Color convert

RGB24814145-
CMYK00.940.420.03
HSL326.41º94.35%51.37%-
HSV(B)326.41º94.35%97.25%-
XYZ43.9822.3128.78-
YUV98.9154.02234.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.93%
GREEN value IS 14 (5.86% from 255) = 3.44%
BLUE value IS 145 (57.03% from 255) = 35.63%
R=60.93%
G=3.44%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481414500.940.420.03326.4194.3551.37
HexF8E9105E2A31465e33
Octal37016221013652350613663
Binary1111100011101001000101011110101010111010001101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80E91; }

 p { color: rgb(248,14,145); }

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

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

 a { background-color: rgb(248,14,145); }

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

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

 span { border-color: rgb(248,14,145); }

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