Shades of Razzmatazz #F00478
Tints of Razzmatazz #F00478
RGB
CMYK
RGB Variations
Color information
#F00478 (or 0xF00478) is known color: Razzmatazz. HEX triplet: F0, 04 and 78. RGB value is (240,4,120). Sum of RGB (Red+Green+Blue) = 240+4+120=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 120 (47.27% from 255 or 32.97% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F00478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00478 is #0FFB87. Grayscale: #575757. Windows color (decimal): -1047432 or 7865584. OLE color: 7865584.
HSL color Cylindrical-coordinate representation of color #F00478: hue angle of 330.51º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00478 is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.06 |
| HSL | 330.51º | 0.97% | 0.48% | - |
| HSV(B) | 330.51º | 0.98% | 0.94% | - |
| XYZ | 39.37 | 19.97 | 19.55 | - |
| YUV | 87.79 | 146.19 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 120 | 0 | 0.98 | 0.5 | 0.06 | 330.51 | 0.97 | 0.48 |
| Hex | F0 | 4 | 78 | 0 | 62 | 32 | 6 | 14B | 61 | 30 |
| Octal | 360 | 4 | 170 | 0 | 142 | 62 | 6 | 513 | 141 | 60 |
| Binary | 11110000 | 100 | 1111000 | 0 | 1100010 | 110010 | 110 | 101001011 | 1100001 | 110000 |
Color Harmonies of #F00478
Complementary color
Monochromatic Colors of #F00478
Black with #F00478
Text Example
Text Example
White with #F00478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00478; }
p { color: rgb(240,4,120); }
H1.HeaderClassName
{
color: #F00478;
}
.AnyTagClassName
{
color: #F00478;
}
</style>
background-color css
<style>
a { background-color: #F00478; }
a { background-color: rgb(240,4,120); }
div.DivClassName
{
background-color: #F00478;
}
.BgClassName
{
background-color: #F00478;
}
</style>
border-color css
<style>
span { border-color: #F00478; }
span { border-color: rgb(240,4,120); }
td.TdClassName
{
border-color: #F00478;
}
.TagClassName
{
border-color: #F00478;
}
</style>