Shades of Razzmatazz #FF0C59
Tints of Razzmatazz #FF0C59
RGB
CMYK
RGB Variations
Color information
#FF0C59 (or 0xFF0C59) is known color: Razzmatazz. HEX triplet: FF, 0C and 59. RGB value is (255,12,89). Sum of RGB (Red+Green+Blue) = 255+12+89=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C59 is #00F3A6. Grayscale: #5D5D5D. Windows color (decimal): -62375 or 5836031. OLE color: 5836031.
HSL color Cylindrical-coordinate representation of color #FF0C59: hue angle of 340.99º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C59 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 89 | - |
| CMYK | 0 | 0.95 | 0.65 | 0 |
| HSL | 340.99º | 1% | 0.52% | - |
| HSV(B) | 340.99º | 0.95% | 1% | - |
| XYZ | 43.17 | 22.24 | 11.47 | - |
| YUV | 93.44 | 125.51 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 89 | 0 | 0.95 | 0.65 | 0 | 340.99 | 1 | 0.52 |
| Hex | FF | C | 59 | 0 | 5F | 41 | 0 | 155 | 64 | 34 |
| Octal | 377 | 14 | 131 | 0 | 137 | 101 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1100 | 1011001 | 0 | 1011111 | 1000001 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0C59
Complementary color
Monochromatic Colors of #FF0C59
Black with #FF0C59
Text Example
Text Example
White with #FF0C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C59; }
p { color: rgb(255,12,89); }
H1.HeaderClassName
{
color: #FF0C59;
}
.AnyTagClassName
{
color: #FF0C59;
}
</style>
background-color css
<style>
a { background-color: #FF0C59; }
a { background-color: rgb(255,12,89); }
div.DivClassName
{
background-color: #FF0C59;
}
.BgClassName
{
background-color: #FF0C59;
}
</style>
border-color css
<style>
span { border-color: #FF0C59; }
span { border-color: rgb(255,12,89); }
td.TdClassName
{
border-color: #FF0C59;
}
.TagClassName
{
border-color: #FF0C59;
}
</style>