Shades of Razzmatazz #FF0370
Tints of Razzmatazz #FF0370
RGB
CMYK
RGB Variations
Color information
#FF0370 (or 0xFF0370) is known color: Razzmatazz. HEX triplet: FF, 03 and 70. RGB value is (255,3,112). Sum of RGB (Red+Green+Blue) = 255+3+112=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0370 is #00FC8F. Grayscale: #5A5A5A. Windows color (decimal): -64656 or 7341055. OLE color: 7341055.
HSL color Cylindrical-coordinate representation of color #FF0370: hue angle of 334.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0370 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 3 | 112 | - |
| CMYK | 0 | 0.99 | 0.56 | 0 |
| HSL | 334.05º | 1% | 0.51% | - |
| HSV(B) | 334.05º | 0.99% | 1% | - |
| XYZ | 44.2 | 22.49 | 17.34 | - |
| YUV | 90.77 | 139.99 | 245.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 3 | 112 | 0 | 0.99 | 0.56 | 0 | 334.05 | 1 | 0.51 |
| Hex | FF | 3 | 70 | 0 | 63 | 38 | 0 | 14E | 64 | 33 |
| Octal | 377 | 3 | 160 | 0 | 143 | 70 | 0 | 516 | 144 | 63 |
| Binary | 11111111 | 11 | 1110000 | 0 | 1100011 | 111000 | 0 | 101001110 | 1100100 | 110011 |
Color Harmonies of #FF0370
Complementary color
Monochromatic Colors of #FF0370
Black with #FF0370
Text Example
Text Example
White with #FF0370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0370; }
p { color: rgb(255,3,112); }
H1.HeaderClassName
{
color: #FF0370;
}
.AnyTagClassName
{
color: #FF0370;
}
</style>
background-color css
<style>
a { background-color: #FF0370; }
a { background-color: rgb(255,3,112); }
div.DivClassName
{
background-color: #FF0370;
}
.BgClassName
{
background-color: #FF0370;
}
</style>
border-color css
<style>
span { border-color: #FF0370; }
span { border-color: rgb(255,3,112); }
td.TdClassName
{
border-color: #FF0370;
}
.TagClassName
{
border-color: #FF0370;
}
</style>