Shades of Razzmatazz #F0076D
Tints of Razzmatazz #F0076D
RGB
CMYK
RGB Variations
Color information
#F0076D (or 0xF0076D) is known color: Razzmatazz. HEX triplet: F0, 07 and 6D. RGB value is (240,7,109). Sum of RGB (Red+Green+Blue) = 240+7+109=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0076D is #0FF892. Grayscale: #585858. Windows color (decimal): -1046675 or 7145456. OLE color: 7145456.
HSL color Cylindrical-coordinate representation of color #F0076D: hue angle of 333.73º 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 #F0076D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.06 |
| HSL | 333.73º | 0.94% | 0.48% | - |
| HSV(B) | 333.73º | 0.97% | 0.94% | - |
| XYZ | 38.77 | 19.78 | 16.24 | - |
| YUV | 88.3 | 139.69 | 236.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 109 | 0 | 0.97 | 0.55 | 0.06 | 333.73 | 0.94 | 0.48 |
| Hex | F0 | 7 | 6D | 0 | 61 | 37 | 6 | 14E | 5E | 30 |
| Octal | 360 | 7 | 155 | 0 | 141 | 67 | 6 | 516 | 136 | 60 |
| Binary | 11110000 | 111 | 1101101 | 0 | 1100001 | 110111 | 110 | 101001110 | 1011110 | 110000 |
Color Harmonies of #F0076D
Complementary color
Monochromatic Colors of #F0076D
Black with #F0076D
Text Example
Text Example
White with #F0076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0076D; }
p { color: rgb(240,7,109); }
H1.HeaderClassName
{
color: #F0076D;
}
.AnyTagClassName
{
color: #F0076D;
}
</style>
background-color css
<style>
a { background-color: #F0076D; }
a { background-color: rgb(240,7,109); }
div.DivClassName
{
background-color: #F0076D;
}
.BgClassName
{
background-color: #F0076D;
}
</style>
border-color css
<style>
span { border-color: #F0076D; }
span { border-color: rgb(240,7,109); }
td.TdClassName
{
border-color: #F0076D;
}
.TagClassName
{
border-color: #F0076D;
}
</style>