Shades of Razzmatazz #F0016F
Tints of Razzmatazz #F0016F
RGB
CMYK
RGB Variations
Color information
#F0016F (or 0xF0016F) is known color: Razzmatazz. HEX triplet: F0, 01 and 6F. RGB value is (240,1,111). Sum of RGB (Red+Green+Blue) = 240+1+111=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0016F is #0FFE90. Grayscale: #545454. Windows color (decimal): -1048209 or 7274992. OLE color: 7274992.
HSL color Cylindrical-coordinate representation of color #F0016F: hue angle of 332.38º 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 #F0016F is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.06 |
| HSL | 332.38º | 0.99% | 0.47% | - |
| HSV(B) | 332.38º | 1% | 0.94% | - |
| XYZ | 38.82 | 19.69 | 16.79 | - |
| YUV | 85 | 142.68 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 111 | 0 | 1.00 | 0.54 | 0.06 | 332.38 | 0.99 | 0.47 |
| Hex | F0 | 1 | 6F | 0 | 64 | 36 | 6 | 14C | 63 | 2F |
| Octal | 360 | 1 | 157 | 0 | 144 | 66 | 6 | 514 | 143 | 57 |
| Binary | 11110000 | 1 | 1101111 | 0 | 1100100 | 110110 | 110 | 101001100 | 1100011 | 101111 |
Color Harmonies of #F0016F
Complementary color
Monochromatic Colors of #F0016F
Black with #F0016F
Text Example
Text Example
White with #F0016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0016F; }
p { color: rgb(240,1,111); }
H1.HeaderClassName
{
color: #F0016F;
}
.AnyTagClassName
{
color: #F0016F;
}
</style>
background-color css
<style>
a { background-color: #F0016F; }
a { background-color: rgb(240,1,111); }
div.DivClassName
{
background-color: #F0016F;
}
.BgClassName
{
background-color: #F0016F;
}
</style>
border-color css
<style>
span { border-color: #F0016F; }
span { border-color: rgb(240,1,111); }
td.TdClassName
{
border-color: #F0016F;
}
.TagClassName
{
border-color: #F0016F;
}
</style>