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