Shades of Razzmatazz #F00078
Tints of Razzmatazz #F00078
RGB
CMYK
RGB Variations
Color information
#F00078 (or 0xF00078) is known color: Razzmatazz. HEX triplet: F0, 00 and 78. RGB value is (240,0,120). Sum of RGB (Red+Green+Blue) = 240+0+120=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00078 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00078 is #0FFF87. Grayscale: #555555. Windows color (decimal): -1048456 or 7864560. OLE color: 7864560.
HSL color Cylindrical-coordinate representation of color #F00078: hue angle of 330º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00078 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.5 | 0.06 |
| HSL | 330º | 1% | 0.47% | - |
| HSV(B) | 330º | 1% | 0.94% | - |
| XYZ | 39.33 | 19.88 | 19.53 | - |
| YUV | 85.44 | 147.51 | 238.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 120 | 0 | 1 | 0.5 | 0.06 | 330 | 1 | 0.47 |
| Hex | F0 | 0 | 78 | 0 | 64 | 32 | 6 | 14A | 64 | 2F |
| Octal | 360 | 0 | 170 | 0 | 144 | 62 | 6 | 512 | 144 | 57 |
| Binary | 11110000 | 0 | 1111000 | 0 | 1100100 | 110010 | 110 | 101001010 | 1100100 | 101111 |
Color Harmonies of #F00078
Complementary color
Monochromatic Colors of #F00078
Black with #F00078
Text Example
Text Example
White with #F00078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00078; }
p { color: rgb(240,0,120); }
H1.HeaderClassName
{
color: #F00078;
}
.AnyTagClassName
{
color: #F00078;
}
</style>
background-color css
<style>
a { background-color: #F00078; }
a { background-color: rgb(240,0,120); }
div.DivClassName
{
background-color: #F00078;
}
.BgClassName
{
background-color: #F00078;
}
</style>
border-color css
<style>
span { border-color: #F00078; }
span { border-color: rgb(240,0,120); }
td.TdClassName
{
border-color: #F00078;
}
.TagClassName
{
border-color: #F00078;
}
</style>