#F40097

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

Shades of Hollywood Cerise #F40097

Tints of Hollywood Cerise #F40097

Color information

#F40097 (or 0xF40097) is unknown color: approx Hollywood Cerise. HEX triplet: F4, 00 and 97. RGB value is (244,0,151). Sum of RGB (Red+Green+Blue) = 244+0+151=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F40097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40097 is #0BFF68. Grayscale: #595959. Windows color (decimal): -786281 or 9896180. OLE color: 9896180.

HSL color Cylindrical-coordinate representation of color #F40097: hue angle of 322.87º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F40097 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB2440151-
CMYK010.380.04
HSL322.87º100%47.84%-
HSV(B)322.87º100%95.69%-
XYZ42.8921.4731.16-
YUV90.17162.34237.72-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 61.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=61.77%
G=0%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2440151010.380.04322.8710047.84
HexF40970642641436430
Octal3640227014446450314460
Binary11110100010010111011001001001101001010000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40097; }

 p { color: rgb(244,0,151); }

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

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

 a { background-color: rgb(244,0,151); }

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

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

 span { border-color: rgb(244,0,151); }

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