Shades of Razzmatazz #F0016D
Tints of Razzmatazz #F0016D
RGB
CMYK
RGB Variations
Color information
#F0016D (or 0xF0016D) is known color: Razzmatazz. HEX triplet: F0, 01 and 6D. RGB value is (240,1,109). Sum of RGB (Red+Green+Blue) = 240+1+109=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0016D is #0FFE92. Grayscale: #545454. Windows color (decimal): -1048211 or 7143920. OLE color: 7143920.
HSL color Cylindrical-coordinate representation of color #F0016D: hue angle of 332.89º 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 #F0016D is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.06 |
| HSL | 332.89º | 0.99% | 0.47% | - |
| HSV(B) | 332.89º | 1% | 0.94% | - |
| XYZ | 38.71 | 19.65 | 16.22 | - |
| YUV | 84.77 | 141.68 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 109 | 0 | 1.00 | 0.55 | 0.06 | 332.89 | 0.99 | 0.47 |
| Hex | F0 | 1 | 6D | 0 | 64 | 37 | 6 | 14D | 63 | 2F |
| Octal | 360 | 1 | 155 | 0 | 144 | 67 | 6 | 515 | 143 | 57 |
| Binary | 11110000 | 1 | 1101101 | 0 | 1100100 | 110111 | 110 | 101001101 | 1100011 | 101111 |
Color Harmonies of #F0016D
Complementary color
Monochromatic Colors of #F0016D
Black with #F0016D
Text Example
Text Example
White with #F0016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0016D; }
p { color: rgb(240,1,109); }
H1.HeaderClassName
{
color: #F0016D;
}
.AnyTagClassName
{
color: #F0016D;
}
</style>
background-color css
<style>
a { background-color: #F0016D; }
a { background-color: rgb(240,1,109); }
div.DivClassName
{
background-color: #F0016D;
}
.BgClassName
{
background-color: #F0016D;
}
</style>
border-color css
<style>
span { border-color: #F0016D; }
span { border-color: rgb(240,1,109); }
td.TdClassName
{
border-color: #F0016D;
}
.TagClassName
{
border-color: #F0016D;
}
</style>