#F8019F

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

Shades of Hollywood Cerise #F8019F

Tints of Hollywood Cerise #F8019F

Color information

#F8019F (or 0xF8019F) is unknown color: approx Hollywood Cerise. HEX triplet: F8, 01 and 9F. RGB value is (248,1,159). Sum of RGB (Red+Green+Blue) = 248+1+159=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8019F is #07FE60. Grayscale: #5C5C5C. Windows color (decimal): -523873 or 10420728. OLE color: 10420728.

HSL color Cylindrical-coordinate representation of color #F8019F: hue angle of 321.62º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8019F is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB2481159-
CMYK01.000.360.03
HSL321.62º99.2%48.82%-
HSV(B)321.62º99.6%97.25%-
XYZ44.9822.4834.77-
YUV92.86165.33238.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.78%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 159 (62.5% from 255) = 38.97%
R=60.78%
G=0.25%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248115901.000.360.03321.6299.248.82
HexF819F0642431426331
Octal3701237014444350214361
Binary1111100011001111101100100100100111010000101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8019F; }

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

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

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

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

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

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

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

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