Shades of Razzmatazz #F20751
Tints of Razzmatazz #F20751
RGB
CMYK
RGB Variations
Color information
#F20751 (or 0xF20751) is known color: Razzmatazz. HEX triplet: F2, 07 and 51. RGB value is (242,7,81). Sum of RGB (Red+Green+Blue) = 242+7+81=330 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.33% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 242 - color contains mainly: red. Hex color #F20751 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20751 is #0DF8AE. Grayscale: #555555. Windows color (decimal): -915631 or 5310450. OLE color: 5310450.
HSL color Cylindrical-coordinate representation of color #F20751: hue angle of 341.11º 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 #F20751 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 81 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.05 |
| HSL | 341.11º | 0.94% | 0.49% | - |
| HSV(B) | 341.11º | 0.97% | 0.95% | - |
| XYZ | 38.18 | 19.62 | 9.56 | - |
| YUV | 85.7 | 125.36 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 81 | 0 | 0.97 | 0.67 | 0.05 | 341.11 | 0.94 | 0.49 |
| Hex | F2 | 7 | 51 | 0 | 61 | 43 | 5 | 155 | 5E | 31 |
| Octal | 362 | 7 | 121 | 0 | 141 | 103 | 5 | 525 | 136 | 61 |
| Binary | 11110010 | 111 | 1010001 | 0 | 1100001 | 1000011 | 101 | 101010101 | 1011110 | 110001 |
Color Harmonies of #F20751
Complementary color
Monochromatic Colors of #F20751
Black with #F20751
Text Example
Text Example
White with #F20751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20751; }
p { color: rgb(242,7,81); }
H1.HeaderClassName
{
color: #F20751;
}
.AnyTagClassName
{
color: #F20751;
}
</style>
background-color css
<style>
a { background-color: #F20751; }
a { background-color: rgb(242,7,81); }
div.DivClassName
{
background-color: #F20751;
}
.BgClassName
{
background-color: #F20751;
}
</style>
border-color css
<style>
span { border-color: #F20751; }
span { border-color: rgb(242,7,81); }
td.TdClassName
{
border-color: #F20751;
}
.TagClassName
{
border-color: #F20751;
}
</style>