#F80792

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

Shades of Deep Pink #F80792

Tints of Deep Pink #F80792

Color information

#F80792 (or 0xF80792) is unknown color: approx Deep Pink. HEX triplet: F8, 07 and 92. RGB value is (248,7,146). Sum of RGB (Red+Green+Blue) = 248+7+146=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80792 is #07F86D. Grayscale: #5E5E5E. Windows color (decimal): -522350 or 9570296. OLE color: 9570296.

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

Color convert

RGB2487146-
CMYK00.970.410.03
HSL325.39º94.51%50%-
HSV(B)325.39º97.18%97.25%-
XYZ43.9822.1829.16-
YUV94.9156.84237.2-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.85%
GREEN value IS 7 (3.12% from 255) = 1.75%
BLUE value IS 146 (57.42% from 255) = 36.41%
R=61.85%
G=1.75%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248714600.970.410.03325.3994.5150
HexF87920612931455f32
Octal3707222014151350513762
Binary111110001111001001001100001101001111010001011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F80792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F80792; }

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

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

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

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

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

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

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

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