Shades of Razzmatazz #FF0E59
Tints of Razzmatazz #FF0E59
RGB
CMYK
RGB Variations
Color information
#FF0E59 (or 0xFF0E59) is known color: Razzmatazz. HEX triplet: FF, 0E and 59. RGB value is (255,14,89). Sum of RGB (Red+Green+Blue) = 255+14+89=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0E59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0E59 is #00F1A6. Grayscale: #5E5E5E. Windows color (decimal): -61863 or 5836543. OLE color: 5836543.
HSL color Cylindrical-coordinate representation of color #FF0E59: hue angle of 341.33º 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 #FF0E59 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 14 | 89 | - |
| CMYK | 0 | 0.95 | 0.65 | 0 |
| HSL | 341.33º | 1% | 0.53% | - |
| HSV(B) | 341.33º | 0.95% | 1% | - |
| XYZ | 43.2 | 22.3 | 11.48 | - |
| YUV | 94.61 | 124.84 | 242.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 14 | 89 | 0 | 0.95 | 0.65 | 0 | 341.33 | 1 | 0.53 |
| Hex | FF | E | 59 | 0 | 5F | 41 | 0 | 155 | 64 | 35 |
| Octal | 377 | 16 | 131 | 0 | 137 | 101 | 0 | 525 | 144 | 65 |
| Binary | 11111111 | 1110 | 1011001 | 0 | 1011111 | 1000001 | 0 | 101010101 | 1100100 | 110101 |
Color Harmonies of #FF0E59
Complementary color
Monochromatic Colors of #FF0E59
Black with #FF0E59
Text Example
Text Example
White with #FF0E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0E59; }
p { color: rgb(255,14,89); }
H1.HeaderClassName
{
color: #FF0E59;
}
.AnyTagClassName
{
color: #FF0E59;
}
</style>
background-color css
<style>
a { background-color: #FF0E59; }
a { background-color: rgb(255,14,89); }
div.DivClassName
{
background-color: #FF0E59;
}
.BgClassName
{
background-color: #FF0E59;
}
</style>
border-color css
<style>
span { border-color: #FF0E59; }
span { border-color: rgb(255,14,89); }
td.TdClassName
{
border-color: #FF0E59;
}
.TagClassName
{
border-color: #FF0E59;
}
</style>