#F00397

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

Shades of Hollywood Cerise #F00397

Tints of Hollywood Cerise #F00397

Color information

#F00397 (or 0xF00397) is unknown color: approx Hollywood Cerise. HEX triplet: F0, 03 and 97. RGB value is (240,3,151). Sum of RGB (Red+Green+Blue) = 240+3+151=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F00397 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00397 is #0FFC68. Grayscale: #5A5A5A. Windows color (decimal): -1047657 or 9896944. OLE color: 9896944.

HSL color Cylindrical-coordinate representation of color #F00397: hue angle of 322.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00397 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB2403151-
CMYK00.990.370.06
HSL322.53º97.53%47.65%-
HSV(B)322.53º98.75%94.12%-
XYZ41.5520.8231.11-
YUV90.73162.02234.47-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 60.91%
GREEN value IS 3 (1.56% from 255) = 0.76%
BLUE value IS 151 (59.38% from 255) = 38.32%
R=60.91%
G=0.76%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240315100.990.370.06322.5397.5347.65
HexF03970632561436230
Octal3603227014345650314260
Binary111100001110010111011000111001011101010000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00397; }

 p { color: rgb(240,3,151); }

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

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

 a { background-color: rgb(240,3,151); }

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

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

 span { border-color: rgb(240,3,151); }

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