Shades of Razzmatazz #F00170
Tints of Razzmatazz #F00170
RGB
CMYK
RGB Variations
Color information
#F00170 (or 0xF00170) is known color: Razzmatazz. HEX triplet: F0, 01 and 70. RGB value is (240,1,112). Sum of RGB (Red+Green+Blue) = 240+1+112=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F00170 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00170 is #0FFE8F. Grayscale: #545454. Windows color (decimal): -1048208 or 7340528. OLE color: 7340528.
HSL color Cylindrical-coordinate representation of color #F00170: hue angle of 332.13º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00170 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.06 |
| HSL | 332.13º | 0.99% | 0.47% | - |
| HSV(B) | 332.13º | 1% | 0.94% | - |
| XYZ | 38.87 | 19.72 | 17.09 | - |
| YUV | 85.12 | 143.18 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 112 | 0 | 1.00 | 0.53 | 0.06 | 332.13 | 0.99 | 0.47 |
| Hex | F0 | 1 | 70 | 0 | 64 | 35 | 6 | 14C | 63 | 2F |
| Octal | 360 | 1 | 160 | 0 | 144 | 65 | 6 | 514 | 143 | 57 |
| Binary | 11110000 | 1 | 1110000 | 0 | 1100100 | 110101 | 110 | 101001100 | 1100011 | 101111 |
Color Harmonies of #F00170
Complementary color
Monochromatic Colors of #F00170
Black with #F00170
Text Example
Text Example
White with #F00170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00170; }
p { color: rgb(240,1,112); }
H1.HeaderClassName
{
color: #F00170;
}
.AnyTagClassName
{
color: #F00170;
}
</style>
background-color css
<style>
a { background-color: #F00170; }
a { background-color: rgb(240,1,112); }
div.DivClassName
{
background-color: #F00170;
}
.BgClassName
{
background-color: #F00170;
}
</style>
border-color css
<style>
span { border-color: #F00170; }
span { border-color: rgb(240,1,112); }
td.TdClassName
{
border-color: #F00170;
}
.TagClassName
{
border-color: #F00170;
}
</style>