Shades of Razzmatazz #F20A52
Tints of Razzmatazz #F20A52
RGB
CMYK
RGB Variations
Color information
#F20A52 (or 0xF20A52) is known color: Razzmatazz. HEX triplet: F2, 0A and 52. RGB value is (242,10,82). Sum of RGB (Red+Green+Blue) = 242+10+82=334 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.46% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20A52 is #0DF5AD. Grayscale: #575757. Windows color (decimal): -914862 or 5376754. OLE color: 5376754.
HSL color Cylindrical-coordinate representation of color #F20A52: hue angle of 341.38º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20A52 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 82 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.05 |
| HSL | 341.38º | 0.92% | 0.49% | - |
| HSV(B) | 341.38º | 0.96% | 0.95% | - |
| XYZ | 38.25 | 19.7 | 9.77 | - |
| YUV | 87.58 | 124.86 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 82 | 0 | 0.96 | 0.66 | 0.05 | 341.38 | 0.92 | 0.49 |
| Hex | F2 | A | 52 | 0 | 60 | 42 | 5 | 155 | 5C | 31 |
| Octal | 362 | 12 | 122 | 0 | 140 | 102 | 5 | 525 | 134 | 61 |
| Binary | 11110010 | 1010 | 1010010 | 0 | 1100000 | 1000010 | 101 | 101010101 | 1011100 | 110001 |
Color Harmonies of #F20A52
Complementary color
Monochromatic Colors of #F20A52
Black with #F20A52
Text Example
Text Example
White with #F20A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20A52; }
p { color: rgb(242,10,82); }
H1.HeaderClassName
{
color: #F20A52;
}
.AnyTagClassName
{
color: #F20A52;
}
</style>
background-color css
<style>
a { background-color: #F20A52; }
a { background-color: rgb(242,10,82); }
div.DivClassName
{
background-color: #F20A52;
}
.BgClassName
{
background-color: #F20A52;
}
</style>
border-color css
<style>
span { border-color: #F20A52; }
span { border-color: rgb(242,10,82); }
td.TdClassName
{
border-color: #F20A52;
}
.TagClassName
{
border-color: #F20A52;
}
</style>