#F8079A

Color #F8079A Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #F8079A

Tints of Hollywood Cerise #F8079A

Color information

#F8079A (or 0xF8079A) is unknown color: approx Hollywood Cerise. HEX triplet: F8, 07 and 9A. RGB value is (248,7,154). Sum of RGB (Red+Green+Blue) = 248+7+154=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F8079A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8079A is #07F865. Grayscale: #5F5F5F. Windows color (decimal): -522342 or 10094584. OLE color: 10094584.

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

Color convert

RGB2487154-
CMYK00.970.380.03
HSL323.4º94.51%50%-
HSV(B)323.4º97.18%97.25%-
XYZ44.6222.4432.55-
YUV95.82160.84236.55-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.64%
GREEN value IS 7 (3.12% from 255) = 1.71%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=60.64%
G=1.71%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248715400.970.380.03323.494.5150
HexF879A0612631435f32
Octal3707232014146350313762
Binary111110001111001101001100001100110111010000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8079A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8079A; }

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

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

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

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

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

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

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

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