#F80A7E

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

Shades of Deep Pink #F80A7E

Tints of Deep Pink #F80A7E

Color information

#F80A7E (or 0xF80A7E) is unknown color: approx Deep Pink. HEX triplet: F8, 0A and 7E. RGB value is (248,10,126). Sum of RGB (Red+Green+Blue) = 248+10+126=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 10 (4.30% from 255 or 2.60% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A7E is #07F581. Grayscale: #5E5E5E. Windows color (decimal): -521602 or 8260344. OLE color: 8260344.

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

Color convert

RGB24810126-
CMYK00.960.490.03
HSL330.76º94.44%50.59%-
HSV(B)330.76º95.97%97.25%-
XYZ42.5921.6821.68-
YUV94.39145.85237.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 64.58%
GREEN value IS 10 (4.30% from 255) = 2.60%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=64.58%
G=2.60%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481012600.960.490.03330.7694.4450.59
HexF8A7E06031314b5e33
Octal37012176014061351313663
Binary111110001010111111001100000110001111010010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80A7E; }

 p { color: rgb(248,10,126); }

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

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

 a { background-color: rgb(248,10,126); }

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

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

 span { border-color: rgb(248,10,126); }

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