#F8089F

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

Shades of Hollywood Cerise #F8089F

Tints of Hollywood Cerise #F8089F

Color information

#F8089F (or 0xF8089F) is unknown color: approx Hollywood Cerise. HEX triplet: F8, 08 and 9F. RGB value is (248,8,159). Sum of RGB (Red+Green+Blue) = 248+8+159=415 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.76% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 159 (62.5% from 255 or 38.31% from 415); Max value from RGB is 248 - color contains mainly: red. Hex color #F8089F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8089F is #07F760. Grayscale: #606060. Windows color (decimal): -522081 or 10422520. OLE color: 10422520.

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

Color convert

RGB2488159-
CMYK00.970.360.03
HSL322.25º94.49%50.2%-
HSV(B)322.25º96.77%97.25%-
XYZ45.0622.6334.79-
YUV96.97163.01235.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 59.76%
GREEN value IS 8 (3.52% from 255) = 1.93%
BLUE value IS 159 (62.5% from 255) = 38.31%
R=59.76%
G=1.93%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248815900.970.360.03322.2594.4950.2
HexF889F0612431425e32
Octal37010237014144350213662
Binary1111100010001001111101100001100100111010000101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8089F; }

 p { color: rgb(248,8,159); }

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

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

 a { background-color: rgb(248,8,159); }

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

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

 span { border-color: rgb(248,8,159); }

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