Shades of Razzmatazz #FF0170
Tints of Razzmatazz #FF0170
RGB
CMYK
RGB Variations
Color information
#FF0170 (or 0xFF0170) is known color: Razzmatazz. HEX triplet: FF, 01 and 70. RGB value is (255,1,112). Sum of RGB (Red+Green+Blue) = 255+1+112=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0170 is #00FE8F. Grayscale: #595959. Windows color (decimal): -65168 or 7340543. OLE color: 7340543.
HSL color Cylindrical-coordinate representation of color #FF0170: hue angle of 333.78º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0170 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.56 | 0 |
| HSL | 333.78º | 1% | 0.5% | - |
| HSV(B) | 333.78º | 1% | 1% | - |
| XYZ | 44.18 | 22.45 | 17.33 | - |
| YUV | 89.6 | 140.65 | 245.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 112 | 0 | 1.00 | 0.56 | 0 | 333.78 | 1 | 0.5 |
| Hex | FF | 1 | 70 | 0 | 64 | 38 | 0 | 14E | 64 | 32 |
| Octal | 377 | 1 | 160 | 0 | 144 | 70 | 0 | 516 | 144 | 62 |
| Binary | 11111111 | 1 | 1110000 | 0 | 1100100 | 111000 | 0 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FF0170
Complementary color
Monochromatic Colors of #FF0170
Black with #FF0170
Text Example
Text Example
White with #FF0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0170; }
p { color: rgb(255,1,112); }
H1.HeaderClassName
{
color: #FF0170;
}
.AnyTagClassName
{
color: #FF0170;
}
</style>
background-color css
<style>
a { background-color: #FF0170; }
a { background-color: rgb(255,1,112); }
div.DivClassName
{
background-color: #FF0170;
}
.BgClassName
{
background-color: #FF0170;
}
</style>
border-color css
<style>
span { border-color: #FF0170; }
span { border-color: rgb(255,1,112); }
td.TdClassName
{
border-color: #FF0170;
}
.TagClassName
{
border-color: #FF0170;
}
</style>