Shades of Razzmatazz #F40C52
Tints of Razzmatazz #F40C52
RGB
CMYK
RGB Variations
Color information
#F40C52 (or 0xF40C52) is known color: Razzmatazz. HEX triplet: F4, 0C and 52. RGB value is (244,12,82). Sum of RGB (Red+Green+Blue) = 244+12+82=338 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.19% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 244 - color contains mainly: red. Hex color #F40C52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40C52 is #0BF3AD. Grayscale: #595959. Windows color (decimal): -783278 or 5377268. OLE color: 5377268.
HSL color Cylindrical-coordinate representation of color #F40C52: hue angle of 341.9º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F40C52 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 12 | 82 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.04 |
| HSL | 341.9º | 0.91% | 0.5% | - |
| HSV(B) | 341.9º | 0.95% | 0.96% | - |
| XYZ | 38.96 | 20.11 | 9.81 | - |
| YUV | 89.35 | 123.86 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 12 | 82 | 0 | 0.95 | 0.66 | 0.04 | 341.9 | 0.91 | 0.5 |
| Hex | F4 | C | 52 | 0 | 5F | 42 | 4 | 156 | 5B | 32 |
| Octal | 364 | 14 | 122 | 0 | 137 | 102 | 4 | 526 | 133 | 62 |
| Binary | 11110100 | 1100 | 1010010 | 0 | 1011111 | 1000010 | 100 | 101010110 | 1011011 | 110010 |
Color Harmonies of #F40C52
Complementary color
Monochromatic Colors of #F40C52
Black with #F40C52
Text Example
Text Example
White with #F40C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40C52; }
p { color: rgb(244,12,82); }
H1.HeaderClassName
{
color: #F40C52;
}
.AnyTagClassName
{
color: #F40C52;
}
</style>
background-color css
<style>
a { background-color: #F40C52; }
a { background-color: rgb(244,12,82); }
div.DivClassName
{
background-color: #F40C52;
}
.BgClassName
{
background-color: #F40C52;
}
</style>
border-color css
<style>
span { border-color: #F40C52; }
span { border-color: rgb(244,12,82); }
td.TdClassName
{
border-color: #F40C52;
}
.TagClassName
{
border-color: #F40C52;
}
</style>