Shades of Razzmatazz #F20854
Tints of Razzmatazz #F20854
RGB
CMYK
RGB Variations
Color information
#F20854 (or 0xF20854) is known color: Razzmatazz. HEX triplet: F2, 08 and 54. RGB value is (242,8,84). Sum of RGB (Red+Green+Blue) = 242+8+84=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F20854 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20854 is #0DF7AB. Grayscale: #565656. Windows color (decimal): -915372 or 5507314. OLE color: 5507314.
HSL color Cylindrical-coordinate representation of color #F20854: hue angle of 340.51º 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 #F20854 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 84 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.05 |
| HSL | 340.51º | 0.94% | 0.49% | - |
| HSV(B) | 340.51º | 0.97% | 0.95% | - |
| XYZ | 38.31 | 19.69 | 10.17 | - |
| YUV | 86.63 | 126.52 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 84 | 0 | 0.97 | 0.65 | 0.05 | 340.51 | 0.94 | 0.49 |
| Hex | F2 | 8 | 54 | 0 | 61 | 41 | 5 | 155 | 5E | 31 |
| Octal | 362 | 10 | 124 | 0 | 141 | 101 | 5 | 525 | 136 | 61 |
| Binary | 11110010 | 1000 | 1010100 | 0 | 1100001 | 1000001 | 101 | 101010101 | 1011110 | 110001 |
Color Harmonies of #F20854
Complementary color
Monochromatic Colors of #F20854
Black with #F20854
Text Example
Text Example
White with #F20854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20854; }
p { color: rgb(242,8,84); }
H1.HeaderClassName
{
color: #F20854;
}
.AnyTagClassName
{
color: #F20854;
}
</style>
background-color css
<style>
a { background-color: #F20854; }
a { background-color: rgb(242,8,84); }
div.DivClassName
{
background-color: #F20854;
}
.BgClassName
{
background-color: #F20854;
}
</style>
border-color css
<style>
span { border-color: #F20854; }
span { border-color: rgb(242,8,84); }
td.TdClassName
{
border-color: #F20854;
}
.TagClassName
{
border-color: #F20854;
}
</style>