Shades of Razzmatazz #F00672
Tints of Razzmatazz #F00672
RGB
CMYK
RGB Variations
Color information
#F00672 (or 0xF00672) is known color: Razzmatazz. HEX triplet: F0, 06 and 72. RGB value is (240,6,114). Sum of RGB (Red+Green+Blue) = 240+6+114=360 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.67% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 240 - color contains mainly: red. Hex color #F00672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00672 is #0FF98D. Grayscale: #585858. Windows color (decimal): -1046926 or 7472880. OLE color: 7472880.
HSL color Cylindrical-coordinate representation of color #F00672: hue angle of 332.31º degrees, saturation: 0.95, 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 #F00672 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 114 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.06 |
| HSL | 332.31º | 0.95% | 0.48% | - |
| HSV(B) | 332.31º | 0.98% | 0.94% | - |
| XYZ | 39.04 | 19.87 | 17.7 | - |
| YUV | 88.28 | 142.52 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 114 | 0 | 0.98 | 0.52 | 0.06 | 332.31 | 0.95 | 0.48 |
| Hex | F0 | 6 | 72 | 0 | 62 | 34 | 6 | 14C | 5F | 30 |
| Octal | 360 | 6 | 162 | 0 | 142 | 64 | 6 | 514 | 137 | 60 |
| Binary | 11110000 | 110 | 1110010 | 0 | 1100010 | 110100 | 110 | 101001100 | 1011111 | 110000 |
Color Harmonies of #F00672
Complementary color
Monochromatic Colors of #F00672
Black with #F00672
Text Example
Text Example
White with #F00672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00672; }
p { color: rgb(240,6,114); }
H1.HeaderClassName
{
color: #F00672;
}
.AnyTagClassName
{
color: #F00672;
}
</style>
background-color css
<style>
a { background-color: #F00672; }
a { background-color: rgb(240,6,114); }
div.DivClassName
{
background-color: #F00672;
}
.BgClassName
{
background-color: #F00672;
}
</style>
border-color css
<style>
span { border-color: #F00672; }
span { border-color: rgb(240,6,114); }
td.TdClassName
{
border-color: #F00672;
}
.TagClassName
{
border-color: #F00672;
}
</style>