Shades of Razzmatazz #F20858
Tints of Razzmatazz #F20858
RGB
CMYK
RGB Variations
Color information
#F20858 (or 0xF20858) is known color: Razzmatazz. HEX triplet: F2, 08 and 58. RGB value is (242,8,88). Sum of RGB (Red+Green+Blue) = 242+8+88=338 (44% of max value = 765). Red value is 242 (94.92% from 255 or 71.60% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 242 - color contains mainly: red. Hex color #F20858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20858 is #0DF7A7. Grayscale: #575757. Windows color (decimal): -915368 or 5769458. OLE color: 5769458.
HSL color Cylindrical-coordinate representation of color #F20858: hue angle of 339.49º 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 #F20858 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 88 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.05 |
| HSL | 339.49º | 0.94% | 0.49% | - |
| HSV(B) | 339.49º | 0.97% | 0.95% | - |
| XYZ | 38.47 | 19.76 | 11.02 | - |
| YUV | 87.09 | 128.52 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 88 | 0 | 0.97 | 0.64 | 0.05 | 339.49 | 0.94 | 0.49 |
| Hex | F2 | 8 | 58 | 0 | 61 | 40 | 5 | 153 | 5E | 31 |
| Octal | 362 | 10 | 130 | 0 | 141 | 100 | 5 | 523 | 136 | 61 |
| Binary | 11110010 | 1000 | 1011000 | 0 | 1100001 | 1000000 | 101 | 101010011 | 1011110 | 110001 |
Color Harmonies of #F20858
Complementary color
Monochromatic Colors of #F20858
Black with #F20858
Text Example
Text Example
White with #F20858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20858; }
p { color: rgb(242,8,88); }
H1.HeaderClassName
{
color: #F20858;
}
.AnyTagClassName
{
color: #F20858;
}
</style>
background-color css
<style>
a { background-color: #F20858; }
a { background-color: rgb(242,8,88); }
div.DivClassName
{
background-color: #F20858;
}
.BgClassName
{
background-color: #F20858;
}
</style>
border-color css
<style>
span { border-color: #F20858; }
span { border-color: rgb(242,8,88); }
td.TdClassName
{
border-color: #F20858;
}
.TagClassName
{
border-color: #F20858;
}
</style>