Shades of Razzmatazz #FF0470
Tints of Razzmatazz #FF0470
RGB
CMYK
RGB Variations
Color information
#FF0470 (or 0xFF0470) is known color: Razzmatazz. HEX triplet: FF, 04 and 70. RGB value is (255,4,112). Sum of RGB (Red+Green+Blue) = 255+4+112=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0470 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0470 is #00FB8F. Grayscale: #5B5B5B. Windows color (decimal): -64400 or 7341311. OLE color: 7341311.
HSL color Cylindrical-coordinate representation of color #FF0470: hue angle of 334.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0470 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 4 | 112 | - |
| CMYK | 0 | 0.98 | 0.56 | 0 |
| HSL | 334.18º | 1% | 0.51% | - |
| HSV(B) | 334.18º | 0.98% | 1% | - |
| XYZ | 44.21 | 22.52 | 17.35 | - |
| YUV | 91.36 | 139.66 | 244.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 4 | 112 | 0 | 0.98 | 0.56 | 0 | 334.18 | 1 | 0.51 |
| Hex | FF | 4 | 70 | 0 | 62 | 38 | 0 | 14E | 64 | 33 |
| Octal | 377 | 4 | 160 | 0 | 142 | 70 | 0 | 516 | 144 | 63 |
| Binary | 11111111 | 100 | 1110000 | 0 | 1100010 | 111000 | 0 | 101001110 | 1100100 | 110011 |
Color Harmonies of #FF0470
Complementary color
Monochromatic Colors of #FF0470
Black with #FF0470
Text Example
Text Example
White with #FF0470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0470; }
p { color: rgb(255,4,112); }
H1.HeaderClassName
{
color: #FF0470;
}
.AnyTagClassName
{
color: #FF0470;
}
</style>
background-color css
<style>
a { background-color: #FF0470; }
a { background-color: rgb(255,4,112); }
div.DivClassName
{
background-color: #FF0470;
}
.BgClassName
{
background-color: #FF0470;
}
</style>
border-color css
<style>
span { border-color: #FF0470; }
span { border-color: rgb(255,4,112); }
td.TdClassName
{
border-color: #FF0470;
}
.TagClassName
{
border-color: #FF0470;
}
</style>