Shades of Razzmatazz #F2086D
Tints of Razzmatazz #F2086D
RGB
CMYK
RGB Variations
Color information
#F2086D (or 0xF2086D) is known color: Razzmatazz. HEX triplet: F2, 08 and 6D. RGB value is (242,8,109). Sum of RGB (Red+Green+Blue) = 242+8+109=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2086D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F2086D is #0DF792. Grayscale: #595959. Windows color (decimal): -915347 or 7145714. OLE color: 7145714.
HSL color Cylindrical-coordinate representation of color #F2086D: hue angle of 334.1º 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 #F2086D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 109 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.05 |
| HSL | 334.1º | 0.94% | 0.49% | - |
| HSV(B) | 334.1º | 0.97% | 0.95% | - |
| XYZ | 39.47 | 20.16 | 16.28 | - |
| YUV | 89.48 | 139.02 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 109 | 0 | 0.97 | 0.55 | 0.05 | 334.1 | 0.94 | 0.49 |
| Hex | F2 | 8 | 6D | 0 | 61 | 37 | 5 | 14E | 5E | 31 |
| Octal | 362 | 10 | 155 | 0 | 141 | 67 | 5 | 516 | 136 | 61 |
| Binary | 11110010 | 1000 | 1101101 | 0 | 1100001 | 110111 | 101 | 101001110 | 1011110 | 110001 |
Color Harmonies of #F2086D
Complementary color
Monochromatic Colors of #F2086D
Black with #F2086D
Text Example
Text Example
White with #F2086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2086D; }
p { color: rgb(242,8,109); }
H1.HeaderClassName
{
color: #F2086D;
}
.AnyTagClassName
{
color: #F2086D;
}
</style>
background-color css
<style>
a { background-color: #F2086D; }
a { background-color: rgb(242,8,109); }
div.DivClassName
{
background-color: #F2086D;
}
.BgClassName
{
background-color: #F2086D;
}
</style>
border-color css
<style>
span { border-color: #F2086D; }
span { border-color: rgb(242,8,109); }
td.TdClassName
{
border-color: #F2086D;
}
.TagClassName
{
border-color: #F2086D;
}
</style>