#F5039F

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

Shades of Hollywood Cerise #F5039F

Tints of Hollywood Cerise #F5039F

Color information

#F5039F (or 0xF5039F) is unknown color: approx Hollywood Cerise. HEX triplet: F5, 03 and 9F. RGB value is (245,3,159). Sum of RGB (Red+Green+Blue) = 245+3+159=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F5039F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5039F is #0AFC60. Grayscale: #5C5C5C. Windows color (decimal): -719969 or 10421237. OLE color: 10421237.

HSL color Cylindrical-coordinate representation of color #F5039F: hue angle of 321.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5039F is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB2453159-
CMYK00.990.350.04
HSL321.32º97.58%48.63%-
HSV(B)321.32º98.78%96.08%-
XYZ43.9521.9834.73-
YUV93.14165.17236.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 60.20%
GREEN value IS 3 (1.56% from 255) = 0.74%
BLUE value IS 159 (62.5% from 255) = 39.07%
R=60.20%
G=0.74%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245315900.990.350.04321.3297.5848.63
HexF539F0632341416231
Octal3653237014343450114261
Binary111101011110011111011000111000111001010000011100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5039F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5039F; }

 p { color: rgb(245,3,159); }

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

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

 a { background-color: rgb(245,3,159); }

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

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

 span { border-color: rgb(245,3,159); }

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