Shades of Razzmatazz #F00479
Tints of Razzmatazz #F00479
RGB
CMYK
RGB Variations
Color information
#F00479 (or 0xF00479) is known color: Razzmatazz. HEX triplet: F0, 04 and 79. RGB value is (240,4,121). Sum of RGB (Red+Green+Blue) = 240+4+121=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F00479 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00479 is #0FFB86. Grayscale: #575757. Windows color (decimal): -1047431 or 7931120. OLE color: 7931120.
HSL color Cylindrical-coordinate representation of color #F00479: hue angle of 330.25º 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 #F00479 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 4 | 121 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.06 |
| HSL | 330.25º | 0.97% | 0.48% | - |
| HSV(B) | 330.25º | 0.98% | 0.94% | - |
| XYZ | 39.43 | 19.99 | 19.87 | - |
| YUV | 87.9 | 146.69 | 236.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 4 | 121 | 0 | 0.98 | 0.50 | 0.06 | 330.25 | 0.97 | 0.48 |
| Hex | F0 | 4 | 79 | 0 | 62 | 32 | 6 | 14A | 61 | 30 |
| Octal | 360 | 4 | 171 | 0 | 142 | 62 | 6 | 512 | 141 | 60 |
| Binary | 11110000 | 100 | 1111001 | 0 | 1100010 | 110010 | 110 | 101001010 | 1100001 | 110000 |
Color Harmonies of #F00479
Complementary color
Monochromatic Colors of #F00479
Black with #F00479
Text Example
Text Example
White with #F00479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00479; }
p { color: rgb(240,4,121); }
H1.HeaderClassName
{
color: #F00479;
}
.AnyTagClassName
{
color: #F00479;
}
</style>
background-color css
<style>
a { background-color: #F00479; }
a { background-color: rgb(240,4,121); }
div.DivClassName
{
background-color: #F00479;
}
.BgClassName
{
background-color: #F00479;
}
</style>
border-color css
<style>
span { border-color: #F00479; }
span { border-color: rgb(240,4,121); }
td.TdClassName
{
border-color: #F00479;
}
.TagClassName
{
border-color: #F00479;
}
</style>