Shades of Razzmatazz #FF0858
Tints of Razzmatazz #FF0858
RGB
CMYK
RGB Variations
Color information
#FF0858 (or 0xFF0858) is known color: Razzmatazz. HEX triplet: FF, 08 and 58. RGB value is (255,8,88). Sum of RGB (Red+Green+Blue) = 255+8+88=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0858 is #00F7A7. Grayscale: #5A5A5A. Windows color (decimal): -63400 or 5769471. OLE color: 5769471.
HSL color Cylindrical-coordinate representation of color #FF0858: hue angle of 340.57º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0858 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 88 | - |
| CMYK | 0 | 0.97 | 0.65 | 0 |
| HSL | 340.57º | 1% | 0.52% | - |
| HSV(B) | 340.57º | 0.97% | 1% | - |
| XYZ | 43.09 | 22.14 | 11.23 | - |
| YUV | 90.97 | 126.33 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 88 | 0 | 0.97 | 0.65 | 0 | 340.57 | 1 | 0.52 |
| Hex | FF | 8 | 58 | 0 | 61 | 41 | 0 | 155 | 64 | 34 |
| Octal | 377 | 10 | 130 | 0 | 141 | 101 | 0 | 525 | 144 | 64 |
| Binary | 11111111 | 1000 | 1011000 | 0 | 1100001 | 1000001 | 0 | 101010101 | 1100100 | 110100 |
Color Harmonies of #FF0858
Complementary color
Monochromatic Colors of #FF0858
Black with #FF0858
Text Example
Text Example
White with #FF0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0858; }
p { color: rgb(255,8,88); }
H1.HeaderClassName
{
color: #FF0858;
}
.AnyTagClassName
{
color: #FF0858;
}
</style>
background-color css
<style>
a { background-color: #FF0858; }
a { background-color: rgb(255,8,88); }
div.DivClassName
{
background-color: #FF0858;
}
.BgClassName
{
background-color: #FF0858;
}
</style>
border-color css
<style>
span { border-color: #FF0858; }
span { border-color: rgb(255,8,88); }
td.TdClassName
{
border-color: #FF0858;
}
.TagClassName
{
border-color: #FF0858;
}
</style>