Shades of Razzmatazz #F01062
Tints of Razzmatazz #F01062
RGB
CMYK
RGB Variations
Color information
#F01062 (or 0xF01062) is known color: Razzmatazz. HEX triplet: F0, 10 and 62. RGB value is (240,16,98). Sum of RGB (Red+Green+Blue) = 240+16+98=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F01062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F01062 is #0FEF9D. Grayscale: #5C5C5C. Windows color (decimal): -1044382 or 6426864. OLE color: 6426864.
HSL color Cylindrical-coordinate representation of color #F01062: hue angle of 338.04º 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 #F01062 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 98 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.06 |
| HSL | 338.04º | 0.88% | 0.5% | - |
| HSV(B) | 338.04º | 0.93% | 0.94% | - |
| XYZ | 38.33 | 19.78 | 13.35 | - |
| YUV | 92.32 | 131.21 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 98 | 0 | 0.93 | 0.59 | 0.06 | 338.04 | 0.88 | 0.5 |
| Hex | F0 | 10 | 62 | 0 | 5D | 3B | 6 | 152 | 58 | 32 |
| Octal | 360 | 20 | 142 | 0 | 135 | 73 | 6 | 522 | 130 | 62 |
| Binary | 11110000 | 10000 | 1100010 | 0 | 1011101 | 111011 | 110 | 101010010 | 1011000 | 110010 |
Color Harmonies of #F01062
Complementary color
Monochromatic Colors of #F01062
Black with #F01062
Text Example
Text Example
White with #F01062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01062; }
p { color: rgb(240,16,98); }
H1.HeaderClassName
{
color: #F01062;
}
.AnyTagClassName
{
color: #F01062;
}
</style>
background-color css
<style>
a { background-color: #F01062; }
a { background-color: rgb(240,16,98); }
div.DivClassName
{
background-color: #F01062;
}
.BgClassName
{
background-color: #F01062;
}
</style>
border-color css
<style>
span { border-color: #F01062; }
span { border-color: rgb(240,16,98); }
td.TdClassName
{
border-color: #F01062;
}
.TagClassName
{
border-color: #F01062;
}
</style>