Shades of Razzmatazz #F2016D
Tints of Razzmatazz #F2016D
RGB
CMYK
RGB Variations
Color information
#F2016D (or 0xF2016D) is known color: Razzmatazz. HEX triplet: F2, 01 and 6D. RGB value is (242,1,109). Sum of RGB (Red+Green+Blue) = 242+1+109=352 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.75% from 352); Green value is 1 (0.78% from 255 or 0.28% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 242 - color contains mainly: red. Hex color #F2016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2016D is #0DFE92. Grayscale: #555555. Windows color (decimal): -917139 or 7143922. OLE color: 7143922.
HSL color Cylindrical-coordinate representation of color #F2016D: hue angle of 333.11º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2016D is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.05 |
| HSL | 333.11º | 0.99% | 0.48% | - |
| HSV(B) | 333.11º | 1% | 0.95% | - |
| XYZ | 39.39 | 20 | 16.25 | - |
| YUV | 85.37 | 141.34 | 239.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 109 | 0 | 1.00 | 0.55 | 0.05 | 333.11 | 0.99 | 0.48 |
| Hex | F2 | 1 | 6D | 0 | 64 | 37 | 5 | 14D | 63 | 30 |
| Octal | 362 | 1 | 155 | 0 | 144 | 67 | 5 | 515 | 143 | 60 |
| Binary | 11110010 | 1 | 1101101 | 0 | 1100100 | 110111 | 101 | 101001101 | 1100011 | 110000 |
Color Harmonies of #F2016D
Complementary color
Monochromatic Colors of #F2016D
Black with #F2016D
Text Example
Text Example
White with #F2016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2016D; }
p { color: rgb(242,1,109); }
H1.HeaderClassName
{
color: #F2016D;
}
.AnyTagClassName
{
color: #F2016D;
}
</style>
background-color css
<style>
a { background-color: #F2016D; }
a { background-color: rgb(242,1,109); }
div.DivClassName
{
background-color: #F2016D;
}
.BgClassName
{
background-color: #F2016D;
}
</style>
border-color css
<style>
span { border-color: #F2016D; }
span { border-color: rgb(242,1,109); }
td.TdClassName
{
border-color: #F2016D;
}
.TagClassName
{
border-color: #F2016D;
}
</style>