#F80791

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

Shades of Deep Pink #F80791

Tints of Deep Pink #F80791

Color information

#F80791 (or 0xF80791) is unknown color: approx Deep Pink. HEX triplet: F8, 07 and 91. RGB value is (248,7,145). Sum of RGB (Red+Green+Blue) = 248+7+145=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80791 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80791 is #07F86E. Grayscale: #5E5E5E. Windows color (decimal): -522351 or 9504760. OLE color: 9504760.

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

Color convert

RGB2487145-
CMYK00.970.420.03
HSL325.64º94.51%50%-
HSV(B)325.64º97.18%97.25%-
XYZ43.922.1528.75-
YUV94.79156.34237.28-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 62%
GREEN value IS 7 (3.12% from 255) = 1.75%
BLUE value IS 145 (57.03% from 255) = 36.25%
R=62%
G=1.75%
B=36.25%

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
Decimal248714500.970.420.03325.6494.5150
HexF87910612A31465f32
Octal3707221014152350613762
Binary111110001111001000101100001101010111010001101011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80791; }

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

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

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

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

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

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

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

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