Shades of Razzmatazz #F20C52
Tints of Razzmatazz #F20C52
RGB
CMYK
RGB Variations
Color information
#F20C52 (or 0xF20C52) is known color: Razzmatazz. HEX triplet: F2, 0C and 52. RGB value is (242,12,82). Sum of RGB (Red+Green+Blue) = 242+12+82=336 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.02% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 242 - color contains mainly: red. Hex color #F20C52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F20C52 is #0DF3AD. Grayscale: #585858. Windows color (decimal): -914350 or 5377266. OLE color: 5377266.
HSL color Cylindrical-coordinate representation of color #F20C52: hue angle of 341.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20C52 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 12 | 82 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.05 |
| HSL | 341.74º | 0.91% | 0.5% | - |
| HSV(B) | 341.74º | 0.95% | 0.95% | - |
| XYZ | 38.27 | 19.75 | 9.78 | - |
| YUV | 88.75 | 124.2 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 12 | 82 | 0 | 0.95 | 0.66 | 0.05 | 341.74 | 0.91 | 0.5 |
| Hex | F2 | C | 52 | 0 | 5F | 42 | 5 | 156 | 5B | 32 |
| Octal | 362 | 14 | 122 | 0 | 137 | 102 | 5 | 526 | 133 | 62 |
| Binary | 11110010 | 1100 | 1010010 | 0 | 1011111 | 1000010 | 101 | 101010110 | 1011011 | 110010 |
Color Harmonies of #F20C52
Complementary color
Monochromatic Colors of #F20C52
Black with #F20C52
Text Example
Text Example
White with #F20C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20C52; }
p { color: rgb(242,12,82); }
H1.HeaderClassName
{
color: #F20C52;
}
.AnyTagClassName
{
color: #F20C52;
}
</style>
background-color css
<style>
a { background-color: #F20C52; }
a { background-color: rgb(242,12,82); }
div.DivClassName
{
background-color: #F20C52;
}
.BgClassName
{
background-color: #F20C52;
}
</style>
border-color css
<style>
span { border-color: #F20C52; }
span { border-color: rgb(242,12,82); }
td.TdClassName
{
border-color: #F20C52;
}
.TagClassName
{
border-color: #F20C52;
}
</style>