Shades of Razzmatazz #F00162
Tints of Razzmatazz #F00162
RGB
CMYK
RGB Variations
Color information
#F00162 (or 0xF00162) is known color: Razzmatazz. HEX triplet: F0, 01 and 62. RGB value is (240,1,98). Sum of RGB (Red+Green+Blue) = 240+1+98=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F00162 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00162 is #0FFE9D. Grayscale: #535353. Windows color (decimal): -1048222 or 6423024. OLE color: 6423024.
HSL color Cylindrical-coordinate representation of color #F00162: hue angle of 335.65º 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 #F00162 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.06 |
| HSL | 335.65º | 0.99% | 0.47% | - |
| HSV(B) | 335.65º | 1% | 0.94% | - |
| XYZ | 38.15 | 19.43 | 13.29 | - |
| YUV | 83.52 | 136.18 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 98 | 0 | 1.00 | 0.59 | 0.06 | 335.65 | 0.99 | 0.47 |
| Hex | F0 | 1 | 62 | 0 | 64 | 3B | 6 | 150 | 63 | 2F |
| Octal | 360 | 1 | 142 | 0 | 144 | 73 | 6 | 520 | 143 | 57 |
| Binary | 11110000 | 1 | 1100010 | 0 | 1100100 | 111011 | 110 | 101010000 | 1100011 | 101111 |
Color Harmonies of #F00162
Complementary color
Monochromatic Colors of #F00162
Black with #F00162
Text Example
Text Example
White with #F00162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00162; }
p { color: rgb(240,1,98); }
H1.HeaderClassName
{
color: #F00162;
}
.AnyTagClassName
{
color: #F00162;
}
</style>
background-color css
<style>
a { background-color: #F00162; }
a { background-color: rgb(240,1,98); }
div.DivClassName
{
background-color: #F00162;
}
.BgClassName
{
background-color: #F00162;
}
</style>
border-color css
<style>
span { border-color: #F00162; }
span { border-color: rgb(240,1,98); }
td.TdClassName
{
border-color: #F00162;
}
.TagClassName
{
border-color: #F00162;
}
</style>