Shades of Razzmatazz #F00C4E
Tints of Razzmatazz #F00C4E
RGB
CMYK
RGB Variations
Color information
#F00C4E (or 0xF00C4E) is known color: Razzmatazz. HEX triplet: F0, 0C and 4E. RGB value is (240,12,78). Sum of RGB (Red+Green+Blue) = 240+12+78=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C4E is #0FF3B1. Grayscale: #575757. Windows color (decimal): -1045426 or 5115120. OLE color: 5115120.
HSL color Cylindrical-coordinate representation of color #F00C4E: hue angle of 342.63º 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 #F00C4E is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 78 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.06 |
| HSL | 342.63º | 0.9% | 0.49% | - |
| HSV(B) | 342.63º | 0.95% | 0.94% | - |
| XYZ | 37.44 | 19.34 | 8.97 | - |
| YUV | 87.7 | 122.54 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 78 | 0 | 0.95 | 0.68 | 0.06 | 342.63 | 0.9 | 0.49 |
| Hex | F0 | C | 4E | 0 | 5F | 44 | 6 | 157 | 5A | 31 |
| Octal | 360 | 14 | 116 | 0 | 137 | 104 | 6 | 527 | 132 | 61 |
| Binary | 11110000 | 1100 | 1001110 | 0 | 1011111 | 1000100 | 110 | 101010111 | 1011010 | 110001 |
Color Harmonies of #F00C4E
Complementary color
Monochromatic Colors of #F00C4E
Black with #F00C4E
Text Example
Text Example
White with #F00C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C4E; }
p { color: rgb(240,12,78); }
H1.HeaderClassName
{
color: #F00C4E;
}
.AnyTagClassName
{
color: #F00C4E;
}
</style>
background-color css
<style>
a { background-color: #F00C4E; }
a { background-color: rgb(240,12,78); }
div.DivClassName
{
background-color: #F00C4E;
}
.BgClassName
{
background-color: #F00C4E;
}
</style>
border-color css
<style>
span { border-color: #F00C4E; }
span { border-color: rgb(240,12,78); }
td.TdClassName
{
border-color: #F00C4E;
}
.TagClassName
{
border-color: #F00C4E;
}
</style>