Shades of Razzmatazz #F2096D
Tints of Razzmatazz #F2096D
RGB
CMYK
RGB Variations
Color information
#F2096D (or 0xF2096D) is known color: Razzmatazz. HEX triplet: F2, 09 and 6D. RGB value is (242,9,109). Sum of RGB (Red+Green+Blue) = 242+9+109=360 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.22% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 242 - color contains mainly: red. Hex color #F2096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2096D is #0DF692. Grayscale: #595959. Windows color (decimal): -915091 or 7145970. OLE color: 7145970.
HSL color Cylindrical-coordinate representation of color #F2096D: hue angle of 334.25º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2096D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.05 |
| HSL | 334.25º | 0.93% | 0.49% | - |
| HSV(B) | 334.25º | 0.96% | 0.95% | - |
| XYZ | 39.48 | 20.18 | 16.28 | - |
| YUV | 90.07 | 138.69 | 236.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 109 | 0 | 0.96 | 0.55 | 0.05 | 334.25 | 0.93 | 0.49 |
| Hex | F2 | 9 | 6D | 0 | 60 | 37 | 5 | 14E | 5D | 31 |
| Octal | 362 | 11 | 155 | 0 | 140 | 67 | 5 | 516 | 135 | 61 |
| Binary | 11110010 | 1001 | 1101101 | 0 | 1100000 | 110111 | 101 | 101001110 | 1011101 | 110001 |
Color Harmonies of #F2096D
Complementary color
Monochromatic Colors of #F2096D
Black with #F2096D
Text Example
Text Example
White with #F2096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2096D; }
p { color: rgb(242,9,109); }
H1.HeaderClassName
{
color: #F2096D;
}
.AnyTagClassName
{
color: #F2096D;
}
</style>
background-color css
<style>
a { background-color: #F2096D; }
a { background-color: rgb(242,9,109); }
div.DivClassName
{
background-color: #F2096D;
}
.BgClassName
{
background-color: #F2096D;
}
</style>
border-color css
<style>
span { border-color: #F2096D; }
span { border-color: rgb(242,9,109); }
td.TdClassName
{
border-color: #F2096D;
}
.TagClassName
{
border-color: #F2096D;
}
</style>