#F40C99

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

Shades of Hollywood Cerise #F40C99

Tints of Hollywood Cerise #F40C99

Color information

#F40C99 (or 0xF40C99) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 0C and 99. RGB value is (244,12,153). Sum of RGB (Red+Green+Blue) = 244+12+153=409 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.66% from 409); Green value is 12 (5.08% from 255 or 2.93% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40C99 is #0BF366. Grayscale: #616161. Windows color (decimal): -783207 or 10030324. OLE color: 10030324.

HSL color Cylindrical-coordinate representation of color #F40C99: hue angle of 323.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40C99 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB24412153-
CMYK00.950.370.04
HSL323.53º91.34%50.2%-
HSV(B)323.53º95.08%95.69%-
XYZ43.1921.832.07-
YUV97.44159.36232.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.66%
GREEN value IS 12 (5.08% from 255) = 2.93%
BLUE value IS 153 (60.16% from 255) = 37.41%
R=59.66%
G=2.93%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441215300.950.370.04323.5391.3450.2
HexF4C9905F2541445b32
Octal36414231013745450413362
Binary11110100110010011001010111111001011001010001001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40C99; }

 p { color: rgb(244,12,153); }

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

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

 a { background-color: rgb(244,12,153); }

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

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

 span { border-color: rgb(244,12,153); }

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