Shades of Razzmatazz #F0056C
Tints of Razzmatazz #F0056C
RGB
CMYK
RGB Variations
Color information
#F0056C (or 0xF0056C) is known color: Razzmatazz. HEX triplet: F0, 05 and 6C. RGB value is (240,5,108). Sum of RGB (Red+Green+Blue) = 240+5+108=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F0056C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0056C is #0FFA93. Grayscale: #565656. Windows color (decimal): -1047188 or 7079408. OLE color: 7079408.
HSL color Cylindrical-coordinate representation of color #F0056C: hue angle of 333.7º degrees, saturation: 0.96, 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 #F0056C is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 5 | 108 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.06 |
| HSL | 333.7º | 0.96% | 0.48% | - |
| HSV(B) | 333.7º | 0.98% | 0.94% | - |
| XYZ | 38.7 | 19.72 | 15.95 | - |
| YUV | 87.01 | 139.86 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 108 | 0 | 0.98 | 0.55 | 0.06 | 333.7 | 0.96 | 0.48 |
| Hex | F0 | 5 | 6C | 0 | 62 | 37 | 6 | 14E | 60 | 30 |
| Octal | 360 | 5 | 154 | 0 | 142 | 67 | 6 | 516 | 140 | 60 |
| Binary | 11110000 | 101 | 1101100 | 0 | 1100010 | 110111 | 110 | 101001110 | 1100000 | 110000 |
Color Harmonies of #F0056C
Complementary color
Monochromatic Colors of #F0056C
Black with #F0056C
Text Example
Text Example
White with #F0056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0056C; }
p { color: rgb(240,5,108); }
H1.HeaderClassName
{
color: #F0056C;
}
.AnyTagClassName
{
color: #F0056C;
}
</style>
background-color css
<style>
a { background-color: #F0056C; }
a { background-color: rgb(240,5,108); }
div.DivClassName
{
background-color: #F0056C;
}
.BgClassName
{
background-color: #F0056C;
}
</style>
border-color css
<style>
span { border-color: #F0056C; }
span { border-color: rgb(240,5,108); }
td.TdClassName
{
border-color: #F0056C;
}
.TagClassName
{
border-color: #F0056C;
}
</style>