Shades of Razzmatazz #F2006B
Tints of Razzmatazz #F2006B
RGB
CMYK
RGB Variations
Color information
#F2006B (or 0xF2006B) is known color: Razzmatazz. HEX triplet: F2, 00 and 6B. RGB value is (242,0,107). Sum of RGB (Red+Green+Blue) = 242+0+107=349 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.34% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 242 - color contains mainly: red. Hex color #F2006B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2006B is #0DFF94. Grayscale: #545454. Windows color (decimal): -917397 or 7012594. OLE color: 7012594.
HSL color Cylindrical-coordinate representation of color #F2006B: hue angle of 333.47º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2006B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.56 | 0.05 |
| HSL | 333.47º | 1% | 0.47% | - |
| HSV(B) | 333.47º | 1% | 0.95% | - |
| XYZ | 39.27 | 19.94 | 15.69 | - |
| YUV | 84.56 | 140.67 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 107 | 0 | 1 | 0.56 | 0.05 | 333.47 | 1 | 0.47 |
| Hex | F2 | 0 | 6B | 0 | 64 | 38 | 5 | 14D | 64 | 2F |
| Octal | 362 | 0 | 153 | 0 | 144 | 70 | 5 | 515 | 144 | 57 |
| Binary | 11110010 | 0 | 1101011 | 0 | 1100100 | 111000 | 101 | 101001101 | 1100100 | 101111 |
Color Harmonies of #F2006B
Complementary color
Monochromatic Colors of #F2006B
Black with #F2006B
Text Example
Text Example
White with #F2006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2006B; }
p { color: rgb(242,0,107); }
H1.HeaderClassName
{
color: #F2006B;
}
.AnyTagClassName
{
color: #F2006B;
}
</style>
background-color css
<style>
a { background-color: #F2006B; }
a { background-color: rgb(242,0,107); }
div.DivClassName
{
background-color: #F2006B;
}
.BgClassName
{
background-color: #F2006B;
}
</style>
border-color css
<style>
span { border-color: #F2006B; }
span { border-color: rgb(242,0,107); }
td.TdClassName
{
border-color: #F2006B;
}
.TagClassName
{
border-color: #F2006B;
}
</style>