Shades of Razzmatazz #F00C5E
Tints of Razzmatazz #F00C5E
RGB
CMYK
RGB Variations
Color information
#F00C5E (or 0xF00C5E) is known color: Razzmatazz. HEX triplet: F0, 0C and 5E. RGB value is (240,12,94). Sum of RGB (Red+Green+Blue) = 240+12+94=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C5E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00C5E is #0FF3A1. Grayscale: #595959. Windows color (decimal): -1045410 or 6163696. OLE color: 6163696.
HSL color Cylindrical-coordinate representation of color #F00C5E: hue angle of 338.42º 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 #F00C5E is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 94 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.06 |
| HSL | 338.42º | 0.9% | 0.49% | - |
| HSV(B) | 338.42º | 0.95% | 0.94% | - |
| XYZ | 38.09 | 19.6 | 12.36 | - |
| YUV | 89.52 | 130.54 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 94 | 0 | 0.95 | 0.61 | 0.06 | 338.42 | 0.9 | 0.49 |
| Hex | F0 | C | 5E | 0 | 5F | 3D | 6 | 152 | 5A | 31 |
| Octal | 360 | 14 | 136 | 0 | 137 | 75 | 6 | 522 | 132 | 61 |
| Binary | 11110000 | 1100 | 1011110 | 0 | 1011111 | 111101 | 110 | 101010010 | 1011010 | 110001 |
Color Harmonies of #F00C5E
Complementary color
Monochromatic Colors of #F00C5E
Black with #F00C5E
Text Example
Text Example
White with #F00C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C5E; }
p { color: rgb(240,12,94); }
H1.HeaderClassName
{
color: #F00C5E;
}
.AnyTagClassName
{
color: #F00C5E;
}
</style>
background-color css
<style>
a { background-color: #F00C5E; }
a { background-color: rgb(240,12,94); }
div.DivClassName
{
background-color: #F00C5E;
}
.BgClassName
{
background-color: #F00C5E;
}
</style>
border-color css
<style>
span { border-color: #F00C5E; }
span { border-color: rgb(240,12,94); }
td.TdClassName
{
border-color: #F00C5E;
}
.TagClassName
{
border-color: #F00C5E;
}
</style>