Shades of Razzmatazz #F00C51
Tints of Razzmatazz #F00C51
RGB
CMYK
RGB Variations
Color information
#F00C51 (or 0xF00C51) is known color: Razzmatazz. HEX triplet: F0, 0C and 51. RGB value is (240,12,81). Sum of RGB (Red+Green+Blue) = 240+12+81=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C51 is #0FF3AE. Grayscale: #575757. Windows color (decimal): -1045423 or 5311728. OLE color: 5311728.
HSL color Cylindrical-coordinate representation of color #F00C51: hue angle of 341.84º 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 #F00C51 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 81 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.06 |
| HSL | 341.84º | 0.9% | 0.49% | - |
| HSV(B) | 341.84º | 0.95% | 0.94% | - |
| XYZ | 37.55 | 19.38 | 9.55 | - |
| YUV | 88.04 | 124.04 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 81 | 0 | 0.95 | 0.66 | 0.06 | 341.84 | 0.9 | 0.49 |
| Hex | F0 | C | 51 | 0 | 5F | 42 | 6 | 156 | 5A | 31 |
| Octal | 360 | 14 | 121 | 0 | 137 | 102 | 6 | 526 | 132 | 61 |
| Binary | 11110000 | 1100 | 1010001 | 0 | 1011111 | 1000010 | 110 | 101010110 | 1011010 | 110001 |
Color Harmonies of #F00C51
Complementary color
Monochromatic Colors of #F00C51
Black with #F00C51
Text Example
Text Example
White with #F00C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C51; }
p { color: rgb(240,12,81); }
H1.HeaderClassName
{
color: #F00C51;
}
.AnyTagClassName
{
color: #F00C51;
}
</style>
background-color css
<style>
a { background-color: #F00C51; }
a { background-color: rgb(240,12,81); }
div.DivClassName
{
background-color: #F00C51;
}
.BgClassName
{
background-color: #F00C51;
}
</style>
border-color css
<style>
span { border-color: #F00C51; }
span { border-color: rgb(240,12,81); }
td.TdClassName
{
border-color: #F00C51;
}
.TagClassName
{
border-color: #F00C51;
}
</style>