Shades of Razzmatazz #F0076C
Tints of Razzmatazz #F0076C
RGB
CMYK
RGB Variations
Color information
#F0076C (or 0xF0076C) is known color: Razzmatazz. HEX triplet: F0, 07 and 6C. RGB value is (240,7,108). Sum of RGB (Red+Green+Blue) = 240+7+108=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0076C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0076C is #0FF893. Grayscale: #585858. Windows color (decimal): -1046676 or 7079920. OLE color: 7079920.
HSL color Cylindrical-coordinate representation of color #F0076C: hue angle of 333.99º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0076C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 108 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.06 |
| HSL | 333.99º | 0.94% | 0.48% | - |
| HSV(B) | 333.99º | 0.97% | 0.94% | - |
| XYZ | 38.72 | 19.76 | 15.96 | - |
| YUV | 88.18 | 139.19 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 108 | 0 | 0.97 | 0.55 | 0.06 | 333.99 | 0.94 | 0.48 |
| Hex | F0 | 7 | 6C | 0 | 61 | 37 | 6 | 14E | 5E | 30 |
| Octal | 360 | 7 | 154 | 0 | 141 | 67 | 6 | 516 | 136 | 60 |
| Binary | 11110000 | 111 | 1101100 | 0 | 1100001 | 110111 | 110 | 101001110 | 1011110 | 110000 |
Color Harmonies of #F0076C
Complementary color
Monochromatic Colors of #F0076C
Black with #F0076C
Text Example
Text Example
White with #F0076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0076C; }
p { color: rgb(240,7,108); }
H1.HeaderClassName
{
color: #F0076C;
}
.AnyTagClassName
{
color: #F0076C;
}
</style>
background-color css
<style>
a { background-color: #F0076C; }
a { background-color: rgb(240,7,108); }
div.DivClassName
{
background-color: #F0076C;
}
.BgClassName
{
background-color: #F0076C;
}
</style>
border-color css
<style>
span { border-color: #F0076C; }
span { border-color: rgb(240,7,108); }
td.TdClassName
{
border-color: #F0076C;
}
.TagClassName
{
border-color: #F0076C;
}
</style>