Shades of Razzmatazz #F20851
Tints of Razzmatazz #F20851
RGB
CMYK
RGB Variations
Color information
#F20851 (or 0xF20851) is known color: Razzmatazz. HEX triplet: F2, 08 and 51. RGB value is (242,8,81). Sum of RGB (Red+Green+Blue) = 242+8+81=331 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.11% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 81 (32.03% from 255 or 24.47% from 331); Max value from RGB is 242 - color contains mainly: red. Hex color #F20851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20851 is #0DF7AE. Grayscale: #565656. Windows color (decimal): -915375 or 5310706. OLE color: 5310706.
HSL color Cylindrical-coordinate representation of color #F20851: hue angle of 341.28º 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 #F20851 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 81 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.05 |
| HSL | 341.28º | 0.94% | 0.49% | - |
| HSV(B) | 341.28º | 0.97% | 0.95% | - |
| XYZ | 38.19 | 19.64 | 9.56 | - |
| YUV | 86.29 | 125.02 | 239.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 81 | 0 | 0.97 | 0.67 | 0.05 | 341.28 | 0.94 | 0.49 |
| Hex | F2 | 8 | 51 | 0 | 61 | 43 | 5 | 155 | 5E | 31 |
| Octal | 362 | 10 | 121 | 0 | 141 | 103 | 5 | 525 | 136 | 61 |
| Binary | 11110010 | 1000 | 1010001 | 0 | 1100001 | 1000011 | 101 | 101010101 | 1011110 | 110001 |
Color Harmonies of #F20851
Complementary color
Monochromatic Colors of #F20851
Black with #F20851
Text Example
Text Example
White with #F20851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20851; }
p { color: rgb(242,8,81); }
H1.HeaderClassName
{
color: #F20851;
}
.AnyTagClassName
{
color: #F20851;
}
</style>
background-color css
<style>
a { background-color: #F20851; }
a { background-color: rgb(242,8,81); }
div.DivClassName
{
background-color: #F20851;
}
.BgClassName
{
background-color: #F20851;
}
</style>
border-color css
<style>
span { border-color: #F20851; }
span { border-color: rgb(242,8,81); }
td.TdClassName
{
border-color: #F20851;
}
.TagClassName
{
border-color: #F20851;
}
</style>