Shades of Razzmatazz #F00071
Tints of Razzmatazz #F00071
RGB
CMYK
RGB Variations
Color information
#F00071 (or 0xF00071) is known color: Razzmatazz. HEX triplet: F0, 00 and 71. RGB value is (240,0,113). Sum of RGB (Red+Green+Blue) = 240+0+113=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F00071 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00071 is #0FFF8E. Grayscale: #545454. Windows color (decimal): -1048463 or 7405808. OLE color: 7405808.
HSL color Cylindrical-coordinate representation of color #F00071: hue angle of 331.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00071 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 113 | - |
| CMYK | 0 | 1 | 0.53 | 0.06 |
| HSL | 331.75º | 1% | 0.47% | - |
| HSV(B) | 331.75º | 1% | 0.94% | - |
| XYZ | 38.92 | 19.72 | 17.38 | - |
| YUV | 84.64 | 144.01 | 238.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 113 | 0 | 1 | 0.53 | 0.06 | 331.75 | 1 | 0.47 |
| Hex | F0 | 0 | 71 | 0 | 64 | 35 | 6 | 14C | 64 | 2F |
| Octal | 360 | 0 | 161 | 0 | 144 | 65 | 6 | 514 | 144 | 57 |
| Binary | 11110000 | 0 | 1110001 | 0 | 1100100 | 110101 | 110 | 101001100 | 1100100 | 101111 |
Color Harmonies of #F00071
Complementary color
Monochromatic Colors of #F00071
Black with #F00071
Text Example
Text Example
White with #F00071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00071; }
p { color: rgb(240,0,113); }
H1.HeaderClassName
{
color: #F00071;
}
.AnyTagClassName
{
color: #F00071;
}
</style>
background-color css
<style>
a { background-color: #F00071; }
a { background-color: rgb(240,0,113); }
div.DivClassName
{
background-color: #F00071;
}
.BgClassName
{
background-color: #F00071;
}
</style>
border-color css
<style>
span { border-color: #F00071; }
span { border-color: rgb(240,0,113); }
td.TdClassName
{
border-color: #F00071;
}
.TagClassName
{
border-color: #F00071;
}
</style>