#F801A0

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

Shades of Hollywood Cerise #F801A0

Tints of Hollywood Cerise #F801A0

Color information

#F801A0 (or 0xF801A0) is unknown color: approx Hollywood Cerise. HEX triplet: F8, 01 and A0. RGB value is (248,1,160). Sum of RGB (Red+Green+Blue) = 248+1+160=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F801A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F801A0 is #07FE5F. Grayscale: #5C5C5C. Windows color (decimal): -523872 or 10486264. OLE color: 10486264.

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

Color convert

RGB2481160-
CMYK01.000.350.03
HSL321.38º99.2%48.82%-
HSV(B)321.38º99.6%97.25%-
XYZ45.0722.5235.23-
YUV92.98165.83238.57-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 60.64%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 160 (62.89% from 255) = 39.12%
R=60.64%
G=0.24%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248116001.000.350.03321.3899.248.82
HexF81A00642331416331
Octal3701240014443350114361
Binary1111100011010000001100100100011111010000011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F801A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F801A0; }

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

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

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

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

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

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

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

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