Shades of Razzmatazz #FF0D59
Tints of Razzmatazz #FF0D59
RGB
CMYK
RGB Variations
Color information
#FF0D59 (or 0xFF0D59) is known color: Razzmatazz. HEX triplet: FF, 0D and 59. RGB value is (255,13,89). Sum of RGB (Red+Green+Blue) = 255+13+89=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 13 (5.47% from 255 or 3.64% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0D59 is #00F2A6. Grayscale: #5D5D5D. Windows color (decimal): -62119 or 5836287. OLE color: 5836287.
HSL color Cylindrical-coordinate representation of color #FF0D59: hue angle of 341.16º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D59 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 89 | - |
| CMYK | 0 | 0.95 | 0.65 | 0 |
| HSL | 341.16º | 1% | 0.53% | - |
| HSV(B) | 341.16º | 0.95% | 1% | - |
| XYZ | 43.19 | 22.27 | 11.47 | - |
| YUV | 94.02 | 125.17 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 89 | 0 | 0.95 | 0.65 | 0 | 341.16 | 1 | 0.53 |
| Hex | FF | D | 59 | 0 | 5F | 41 | 0 | 155 | 64 | 35 |
| Octal | 377 | 15 | 131 | 0 | 137 | 101 | 0 | 525 | 144 | 65 |
| Binary | 11111111 | 1101 | 1011001 | 0 | 1011111 | 1000001 | 0 | 101010101 | 1100100 | 110101 |
Color Harmonies of #FF0D59
Complementary color
Monochromatic Colors of #FF0D59
Black with #FF0D59
Text Example
Text Example
White with #FF0D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D59; }
p { color: rgb(255,13,89); }
H1.HeaderClassName
{
color: #FF0D59;
}
.AnyTagClassName
{
color: #FF0D59;
}
</style>
background-color css
<style>
a { background-color: #FF0D59; }
a { background-color: rgb(255,13,89); }
div.DivClassName
{
background-color: #FF0D59;
}
.BgClassName
{
background-color: #FF0D59;
}
</style>
border-color css
<style>
span { border-color: #FF0D59; }
span { border-color: rgb(255,13,89); }
td.TdClassName
{
border-color: #FF0D59;
}
.TagClassName
{
border-color: #FF0D59;
}
</style>