#F80E75

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

Shades of Deep Pink #F80E75

Tints of Deep Pink #F80E75

Color information

#F80E75 (or 0xF80E75) is unknown color: approx Deep Pink. HEX triplet: F8, 0E and 75. RGB value is (248,14,117). Sum of RGB (Red+Green+Blue) = 248+14+117=379 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.44% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 248 - color contains mainly: red. Hex color #F80E75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80E75 is #07F18A. Grayscale: #5F5F5F. Windows color (decimal): -520587 or 7671544. OLE color: 7671544.

HSL color Cylindrical-coordinate representation of color #F80E75: hue angle of 333.59º 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 #F80E75 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB24814117-
CMYK00.940.530.03
HSL333.59º94.35%51.37%-
HSV(B)333.59º94.35%97.25%-
XYZ42.0821.5518.77-
YUV95.71140.02236.62-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 65.44%
GREEN value IS 14 (5.86% from 255) = 3.69%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=65.44%
G=3.69%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481411700.940.530.03333.5994.3551.37
HexF8E7505E35314e5e33
Octal37016165013665351613663
Binary111110001110111010101011110110101111010011101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80E75; }

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

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

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

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

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

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

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

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