Shades of Razzmatazz #F2076D
Tints of Razzmatazz #F2076D
RGB
CMYK
RGB Variations
Color information
#F2076D (or 0xF2076D) is known color: Razzmatazz. HEX triplet: F2, 07 and 6D. RGB value is (242,7,109). Sum of RGB (Red+Green+Blue) = 242+7+109=358 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.60% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 242 - color contains mainly: red. Hex color #F2076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2076D is #0DF892. Grayscale: #585858. Windows color (decimal): -915603 or 7145458. OLE color: 7145458.
HSL color Cylindrical-coordinate representation of color #F2076D: hue angle of 333.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F2076D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.05 |
| HSL | 333.96º | 0.94% | 0.49% | - |
| HSV(B) | 333.96º | 0.97% | 0.95% | - |
| XYZ | 39.45 | 20.13 | 16.27 | - |
| YUV | 88.89 | 139.36 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 109 | 0 | 0.97 | 0.55 | 0.05 | 333.96 | 0.94 | 0.49 |
| Hex | F2 | 7 | 6D | 0 | 61 | 37 | 5 | 14E | 5E | 31 |
| Octal | 362 | 7 | 155 | 0 | 141 | 67 | 5 | 516 | 136 | 61 |
| Binary | 11110010 | 111 | 1101101 | 0 | 1100001 | 110111 | 101 | 101001110 | 1011110 | 110001 |
Color Harmonies of #F2076D
Complementary color
Monochromatic Colors of #F2076D
Black with #F2076D
Text Example
Text Example
White with #F2076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2076D; }
p { color: rgb(242,7,109); }
H1.HeaderClassName
{
color: #F2076D;
}
.AnyTagClassName
{
color: #F2076D;
}
</style>
background-color css
<style>
a { background-color: #F2076D; }
a { background-color: rgb(242,7,109); }
div.DivClassName
{
background-color: #F2076D;
}
.BgClassName
{
background-color: #F2076D;
}
</style>
border-color css
<style>
span { border-color: #F2076D; }
span { border-color: rgb(242,7,109); }
td.TdClassName
{
border-color: #F2076D;
}
.TagClassName
{
border-color: #F2076D;
}
</style>