#F001A2

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

Shades of Hollywood Cerise #F001A2

Tints of Hollywood Cerise #F001A2

Color information

#F001A2 (or 0xF001A2) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 01 and A2. RGB value is (240,1,162). Sum of RGB (Red+Green+Blue) = 240+1+162=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 162 (63.67% from 255 or 40.20% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F001A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F001A2 is #0FFE5D. Grayscale: #5A5A5A. Windows color (decimal): -1048158 or 10617328. OLE color: 10617328.

HSL color Cylindrical-coordinate representation of color #F001A2: hue angle of 319.58º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001A2 is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB2401162-
CMYK01.000.320.06
HSL319.58º99.17%47.25%-
HSV(B)319.58º99.58%94.12%-
XYZ42.4721.1636.03-
YUV90.82168.18234.41-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 59.55%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 162 (63.67% from 255) = 40.20%
R=59.55%
G=0.25%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240116201.000.320.06319.5899.1747.25
HexF01A2064206140632f
Octal3601242014440650014357
Binary11110000110100010011001001000001101010000001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F001A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F001A2; }

 p { color: rgb(240,1,162); }

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

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

 a { background-color: rgb(240,1,162); }

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

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

 span { border-color: rgb(240,1,162); }

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