#F8019D

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

Shades of Hollywood Cerise #F8019D

Tints of Hollywood Cerise #F8019D

Color information

#F8019D (or 0xF8019D) is unknown color: approx Hollywood Cerise. HEX triplet: F8, 01 and 9D. RGB value is (248,1,157). Sum of RGB (Red+Green+Blue) = 248+1+157=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8019D is #07FE62. Grayscale: #5C5C5C. Windows color (decimal): -523875 or 10289656. OLE color: 10289656.

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

Color convert

RGB2481157-
CMYK01.000.370.03
HSL322.11º99.2%48.82%-
HSV(B)322.11º99.6%97.25%-
XYZ44.8122.4133.86-
YUV92.64164.33238.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 61.08%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 157 (61.72% from 255) = 38.67%
R=61.08%
G=0.25%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248115701.000.370.03322.1199.248.82
HexF819D0642531426331
Octal3701235014445350214361
Binary1111100011001110101100100100101111010000101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8019D; }

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

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

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

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

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

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

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

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