Shades of Razzmatazz #F01162
Tints of Razzmatazz #F01162
RGB
CMYK
RGB Variations
Color information
#F01162 (or 0xF01162) is known color: Razzmatazz. HEX triplet: F0, 11 and 62. RGB value is (240,17,98). Sum of RGB (Red+Green+Blue) = 240+17+98=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F01162 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01162 is #0FEE9D. Grayscale: #5C5C5C. Windows color (decimal): -1044126 or 6427120. OLE color: 6427120.
HSL color Cylindrical-coordinate representation of color #F01162: hue angle of 338.21º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01162 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 98 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.06 |
| HSL | 338.21º | 0.88% | 0.5% | - |
| HSV(B) | 338.21º | 0.93% | 0.94% | - |
| XYZ | 38.34 | 19.81 | 13.36 | - |
| YUV | 92.91 | 130.88 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 98 | 0 | 0.93 | 0.59 | 0.06 | 338.21 | 0.88 | 0.5 |
| Hex | F0 | 11 | 62 | 0 | 5D | 3B | 6 | 152 | 58 | 32 |
| Octal | 360 | 21 | 142 | 0 | 135 | 73 | 6 | 522 | 130 | 62 |
| Binary | 11110000 | 10001 | 1100010 | 0 | 1011101 | 111011 | 110 | 101010010 | 1011000 | 110010 |
Color Harmonies of #F01162
Complementary color
Monochromatic Colors of #F01162
Black with #F01162
Text Example
Text Example
White with #F01162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01162; }
p { color: rgb(240,17,98); }
H1.HeaderClassName
{
color: #F01162;
}
.AnyTagClassName
{
color: #F01162;
}
</style>
background-color css
<style>
a { background-color: #F01162; }
a { background-color: rgb(240,17,98); }
div.DivClassName
{
background-color: #F01162;
}
.BgClassName
{
background-color: #F01162;
}
</style>
border-color css
<style>
span { border-color: #F01162; }
span { border-color: rgb(240,17,98); }
td.TdClassName
{
border-color: #F01162;
}
.TagClassName
{
border-color: #F01162;
}
</style>