Shades of Razzmatazz #F00C52
Tints of Razzmatazz #F00C52
RGB
CMYK
RGB Variations
Color information
#F00C52 (or 0xF00C52) is known color: Razzmatazz. HEX triplet: F0, 0C and 52. RGB value is (240,12,82). Sum of RGB (Red+Green+Blue) = 240+12+82=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C52 is #0FF3AD. Grayscale: #585858. Windows color (decimal): -1045422 or 5377264. OLE color: 5377264.
HSL color Cylindrical-coordinate representation of color #F00C52: hue angle of 341.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C52 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 82 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.06 |
| HSL | 341.58º | 0.9% | 0.49% | - |
| HSV(B) | 341.58º | 0.95% | 0.94% | - |
| XYZ | 37.59 | 19.4 | 9.75 | - |
| YUV | 88.15 | 124.54 | 236.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 82 | 0 | 0.95 | 0.66 | 0.06 | 341.58 | 0.9 | 0.49 |
| Hex | F0 | C | 52 | 0 | 5F | 42 | 6 | 156 | 5A | 31 |
| Octal | 360 | 14 | 122 | 0 | 137 | 102 | 6 | 526 | 132 | 61 |
| Binary | 11110000 | 1100 | 1010010 | 0 | 1011111 | 1000010 | 110 | 101010110 | 1011010 | 110001 |
Color Harmonies of #F00C52
Complementary color
Monochromatic Colors of #F00C52
Black with #F00C52
Text Example
Text Example
White with #F00C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C52; }
p { color: rgb(240,12,82); }
H1.HeaderClassName
{
color: #F00C52;
}
.AnyTagClassName
{
color: #F00C52;
}
</style>
background-color css
<style>
a { background-color: #F00C52; }
a { background-color: rgb(240,12,82); }
div.DivClassName
{
background-color: #F00C52;
}
.BgClassName
{
background-color: #F00C52;
}
</style>
border-color css
<style>
span { border-color: #F00C52; }
span { border-color: rgb(240,12,82); }
td.TdClassName
{
border-color: #F00C52;
}
.TagClassName
{
border-color: #F00C52;
}
</style>