Shades of Razzmatazz #F2016B
Tints of Razzmatazz #F2016B
RGB
CMYK
RGB Variations
Color information
#F2016B (or 0xF2016B) is known color: Razzmatazz. HEX triplet: F2, 01 and 6B. RGB value is (242,1,107). Sum of RGB (Red+Green+Blue) = 242+1+107=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 107 (42.19% from 255 or 30.57% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F2016B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2016B is #0DFE94. Grayscale: #545454. Windows color (decimal): -917141 or 7012850. OLE color: 7012850.
HSL color Cylindrical-coordinate representation of color #F2016B: hue angle of 333.61º 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 #F2016B is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.05 |
| HSL | 333.61º | 0.99% | 0.48% | - |
| HSV(B) | 333.61º | 1% | 0.95% | - |
| XYZ | 39.28 | 19.96 | 15.69 | - |
| YUV | 85.14 | 140.34 | 239.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 107 | 0 | 1.00 | 0.56 | 0.05 | 333.61 | 0.99 | 0.48 |
| Hex | F2 | 1 | 6B | 0 | 64 | 38 | 5 | 14E | 63 | 30 |
| Octal | 362 | 1 | 153 | 0 | 144 | 70 | 5 | 516 | 143 | 60 |
| Binary | 11110010 | 1 | 1101011 | 0 | 1100100 | 111000 | 101 | 101001110 | 1100011 | 110000 |
Color Harmonies of #F2016B
Complementary color
Monochromatic Colors of #F2016B
Black with #F2016B
Text Example
Text Example
White with #F2016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2016B; }
p { color: rgb(242,1,107); }
H1.HeaderClassName
{
color: #F2016B;
}
.AnyTagClassName
{
color: #F2016B;
}
</style>
background-color css
<style>
a { background-color: #F2016B; }
a { background-color: rgb(242,1,107); }
div.DivClassName
{
background-color: #F2016B;
}
.BgClassName
{
background-color: #F2016B;
}
</style>
border-color css
<style>
span { border-color: #F2016B; }
span { border-color: rgb(242,1,107); }
td.TdClassName
{
border-color: #F2016B;
}
.TagClassName
{
border-color: #F2016B;
}
</style>