Shades of Razzmatazz #FF0870
Tints of Razzmatazz #FF0870
RGB
CMYK
RGB Variations
Color information
#FF0870 (or 0xFF0870) is known color: Razzmatazz. HEX triplet: FF, 08 and 70. RGB value is (255,8,112). Sum of RGB (Red+Green+Blue) = 255+8+112=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0870 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0870 is #00F78F. Grayscale: #5D5D5D. Windows color (decimal): -63376 or 7342335. OLE color: 7342335.
HSL color Cylindrical-coordinate representation of color #FF0870: hue angle of 334.74º 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 #FF0870 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 112 | - |
| CMYK | 0 | 0.97 | 0.56 | 0 |
| HSL | 334.74º | 1% | 0.52% | - |
| HSV(B) | 334.74º | 0.97% | 1% | - |
| XYZ | 44.25 | 22.6 | 17.36 | - |
| YUV | 93.71 | 138.33 | 243.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 112 | 0 | 0.97 | 0.56 | 0 | 334.74 | 1 | 0.52 |
| Hex | FF | 8 | 70 | 0 | 61 | 38 | 0 | 14F | 64 | 34 |
| Octal | 377 | 10 | 160 | 0 | 141 | 70 | 0 | 517 | 144 | 64 |
| Binary | 11111111 | 1000 | 1110000 | 0 | 1100001 | 111000 | 0 | 101001111 | 1100100 | 110100 |
Color Harmonies of #FF0870
Complementary color
Monochromatic Colors of #FF0870
Black with #FF0870
Text Example
Text Example
White with #FF0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0870; }
p { color: rgb(255,8,112); }
H1.HeaderClassName
{
color: #FF0870;
}
.AnyTagClassName
{
color: #FF0870;
}
</style>
background-color css
<style>
a { background-color: #FF0870; }
a { background-color: rgb(255,8,112); }
div.DivClassName
{
background-color: #FF0870;
}
.BgClassName
{
background-color: #FF0870;
}
</style>
border-color css
<style>
span { border-color: #FF0870; }
span { border-color: rgb(255,8,112); }
td.TdClassName
{
border-color: #FF0870;
}
.TagClassName
{
border-color: #FF0870;
}
</style>