#F201A4

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

Shades of Hollywood Cerise #F201A4

Tints of Hollywood Cerise #F201A4

Color information

#F201A4 (or 0xF201A4) is unknown color: approx Hollywood Cerise. HEX triplet: F2, 01 and A4. RGB value is (242,1,164). Sum of RGB (Red+Green+Blue) = 242+1+164=407 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.46% from 407); Green value is 1 (0.78% from 255 or 0.25% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 242 - color contains mainly: red. Hex color #F201A4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F201A4 is #0DFE5B. Grayscale: #5B5B5B. Windows color (decimal): -917084 or 10748402. OLE color: 10748402.

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

Color convert

RGB2421164-
CMYK01.000.320.05
HSL319.42º99.18%47.65%-
HSV(B)319.42º99.59%94.9%-
XYZ43.3321.5837-
YUV91.64168.84235.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 59.46%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 164 (64.45% from 255) = 40.29%
R=59.46%
G=0.25%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242116401.000.320.05319.4299.1847.65
HexF21A406420513f6330
Octal3621244014440547714360
Binary11110010110100100011001001000001011001111111100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F201A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F201A4; }

 p { color: rgb(242,1,164); }

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

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

 a { background-color: rgb(242,1,164); }

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

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

 span { border-color: rgb(242,1,164); }

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