#FF059F

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

Shades of Hollywood Cerise #FF059F

Tints of Hollywood Cerise #FF059F

Color information

#FF059F (or 0xFF059F) is unknown color: approx Hollywood Cerise. HEX triplet: FF, 05 and 9F. RGB value is (255,5,159). Sum of RGB (Red+Green+Blue) = 255+5+159=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF059F is #00FA60. Grayscale: #606060. Windows color (decimal): -64097 or 10421759. OLE color: 10421759.

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

Color convert

RGB2555159-
CMYK00.980.380
HSL323.04º100%50.98%-
HSV(B)323.04º98.04%100%-
XYZ47.5523.8734.9-
YUV97.31162.82240.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 5 (2.34% from 255) = 1.19%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=60.86%
G=1.19%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255515900.980.380323.0410050.98
HexFF59F0622601436433
Octal3775237014246050314463
Binary11111111101100111110110001010011001010000111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF059F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF059F; }

 p { color: rgb(255,5,159); }

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

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

 a { background-color: rgb(255,5,159); }

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

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

 span { border-color: rgb(255,5,159); }

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