#F014A0

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

Shades of Hollywood Cerise #F014A0

Tints of Hollywood Cerise #F014A0

Color information

#F014A0 (or 0xF014A0) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 14 and A0. RGB value is (240,20,160). Sum of RGB (Red+Green+Blue) = 240+20+160=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F014A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F014A0 is #0FEB5F. Grayscale: #656565. Windows color (decimal): -1043296 or 10491120. OLE color: 10491120.

HSL color Cylindrical-coordinate representation of color #F014A0: hue angle of 321.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F014A0 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB24020160-
CMYK00.920.330.06
HSL321.82º88%50.98%-
HSV(B)321.82º91.67%94.12%-
XYZ42.5321.5635.18-
YUV101.74160.89226.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 4.76%
BLUE value IS 160 (62.89% from 255) = 38.10%
R=57.14%
G=4.76%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402016000.920.330.06321.828850.98
HexF014A005C2161425833
Octal36024240013441650213063
Binary111100001010010100000010111001000011101010000101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F014A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F014A0; }

 p { color: rgb(240,20,160); }

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

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

 a { background-color: rgb(240,20,160); }

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

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

 span { border-color: rgb(240,20,160); }

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