#F8079C

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

Shades of Hollywood Cerise #F8079C

Tints of Hollywood Cerise #F8079C

Color information

#F8079C (or 0xF8079C) is unknown color: approx Hollywood Cerise. HEX triplet: F8, 07 and 9C. RGB value is (248,7,156). Sum of RGB (Red+Green+Blue) = 248+7+156=411 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.34% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 248 - color contains mainly: red. Hex color #F8079C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8079C is #07F863. Grayscale: #5F5F5F. Windows color (decimal): -522340 or 10225656. OLE color: 10225656.

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

Color convert

RGB2487156-
CMYK00.970.370.03
HSL322.9º94.51%50%-
HSV(B)322.9º97.18%97.25%-
XYZ44.7922.5133.44-
YUV96.04161.84236.38-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.34%
GREEN value IS 7 (3.12% from 255) = 1.70%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=60.34%
G=1.70%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248715600.970.370.03322.994.5150
HexF879C0612531435f32
Octal3707234014145350313762
Binary111110001111001110001100001100101111010000111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8079C; }

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

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

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

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

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

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

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

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