Shades of Razzmatazz #F20852
Tints of Razzmatazz #F20852
RGB
CMYK
RGB Variations
Color information
#F20852 (or 0xF20852) is known color: Razzmatazz. HEX triplet: F2, 08 and 52. RGB value is (242,8,82). Sum of RGB (Red+Green+Blue) = 242+8+82=332 (43% of max value = 765). Red value is 242 (94.92% from 255 or 72.89% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 242 - color contains mainly: red. Hex color #F20852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20852 is #0DF7AD. Grayscale: #565656. Windows color (decimal): -915374 or 5376242. OLE color: 5376242.
HSL color Cylindrical-coordinate representation of color #F20852: hue angle of 341.03º 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 #F20852 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 82 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.05 |
| HSL | 341.03º | 0.94% | 0.49% | - |
| HSV(B) | 341.03º | 0.97% | 0.95% | - |
| XYZ | 38.23 | 19.66 | 9.76 | - |
| YUV | 86.4 | 125.52 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 82 | 0 | 0.97 | 0.66 | 0.05 | 341.03 | 0.94 | 0.49 |
| Hex | F2 | 8 | 52 | 0 | 61 | 42 | 5 | 155 | 5E | 31 |
| Octal | 362 | 10 | 122 | 0 | 141 | 102 | 5 | 525 | 136 | 61 |
| Binary | 11110010 | 1000 | 1010010 | 0 | 1100001 | 1000010 | 101 | 101010101 | 1011110 | 110001 |
Color Harmonies of #F20852
Complementary color
Monochromatic Colors of #F20852
Black with #F20852
Text Example
Text Example
White with #F20852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20852; }
p { color: rgb(242,8,82); }
H1.HeaderClassName
{
color: #F20852;
}
.AnyTagClassName
{
color: #F20852;
}
</style>
background-color css
<style>
a { background-color: #F20852; }
a { background-color: rgb(242,8,82); }
div.DivClassName
{
background-color: #F20852;
}
.BgClassName
{
background-color: #F20852;
}
</style>
border-color css
<style>
span { border-color: #F20852; }
span { border-color: rgb(242,8,82); }
td.TdClassName
{
border-color: #F20852;
}
.TagClassName
{
border-color: #F20852;
}
</style>