#FF0059

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

Shades of Razzmatazz #FF0059

Tints of Razzmatazz #FF0059

Color information

#FF0059 (or 0xFF0059) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 59. RGB value is (255,0,89). Sum of RGB (Red+Green+Blue) = 255+0+89=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0059 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0059 is #00FFA6. Grayscale: #565656. Windows color (decimal): -65447 or 5832959. OLE color: 5832959.

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

Color convert

RGB255089-
CMYK010.650
HSL339.06º100%50%-
HSV(B)339.06º100%100%-
XYZ43.0421.9811.43-
YUV86.39129.48248.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 74.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 25.87%
R=74.13%
G=0%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255089010.650339.0610050
HexFF0590644101536432
Octal37701310144101052314462
Binary111111110101100101100100100000101010100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0059; }

 p { color: rgb(255,0,89); }

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

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

 a { background-color: rgb(255,0,89); }

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

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

 span { border-color: rgb(255,0,89); }

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