Shades of Razzmatazz #FF1070
Tints of Razzmatazz #FF1070
RGB
CMYK
RGB Variations
Color information
#FF1070 (or 0xFF1070) is known color: Razzmatazz. HEX triplet: FF, 10 and 70. RGB value is (255,16,112). Sum of RGB (Red+Green+Blue) = 255+16+112=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1070 is #00EF8F. Grayscale: #626262. Windows color (decimal): -61328 or 7344383. OLE color: 7344383.
HSL color Cylindrical-coordinate representation of color #FF1070: hue angle of 335.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1070 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 112 | - |
| CMYK | 0 | 0.94 | 0.56 | 0 |
| HSL | 335.9º | 1% | 0.53% | - |
| HSV(B) | 335.9º | 0.94% | 1% | - |
| XYZ | 44.35 | 22.8 | 17.39 | - |
| YUV | 98.41 | 135.68 | 239.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 112 | 0 | 0.94 | 0.56 | 0 | 335.9 | 1 | 0.53 |
| Hex | FF | 10 | 70 | 0 | 5E | 38 | 0 | 150 | 64 | 35 |
| Octal | 377 | 20 | 160 | 0 | 136 | 70 | 0 | 520 | 144 | 65 |
| Binary | 11111111 | 10000 | 1110000 | 0 | 1011110 | 111000 | 0 | 101010000 | 1100100 | 110101 |
Color Harmonies of #FF1070
Complementary color
Monochromatic Colors of #FF1070
Black with #FF1070
Text Example
Text Example
White with #FF1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1070; }
p { color: rgb(255,16,112); }
H1.HeaderClassName
{
color: #FF1070;
}
.AnyTagClassName
{
color: #FF1070;
}
</style>
background-color css
<style>
a { background-color: #FF1070; }
a { background-color: rgb(255,16,112); }
div.DivClassName
{
background-color: #FF1070;
}
.BgClassName
{
background-color: #FF1070;
}
</style>
border-color css
<style>
span { border-color: #FF1070; }
span { border-color: rgb(255,16,112); }
td.TdClassName
{
border-color: #FF1070;
}
.TagClassName
{
border-color: #FF1070;
}
</style>