Shades of Razzmatazz #F00147
Tints of Razzmatazz #F00147
RGB
CMYK
RGB Variations
Color information
#F00147 (or 0xF00147) is known color: Razzmatazz. HEX triplet: F0, 01 and 47. RGB value is (240,1,71). Sum of RGB (Red+Green+Blue) = 240+1+71=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F00147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00147 is #0FFEB8. Grayscale: #505050. Windows color (decimal): -1048249 or 4653552. OLE color: 4653552.
HSL color Cylindrical-coordinate representation of color #F00147: hue angle of 342.43º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00147 is Cyan = 0, Magento = 1.00, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 71 | - |
| CMYK | 0 | 1.00 | 0.70 | 0.06 |
| HSL | 342.43º | 0.99% | 0.47% | - |
| HSV(B) | 342.43º | 1% | 0.94% | - |
| XYZ | 37.08 | 19 | 7.67 | - |
| YUV | 80.44 | 122.68 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 71 | 0 | 1.00 | 0.70 | 0.06 | 342.43 | 0.99 | 0.47 |
| Hex | F0 | 1 | 47 | 0 | 64 | 46 | 6 | 156 | 63 | 2F |
| Octal | 360 | 1 | 107 | 0 | 144 | 106 | 6 | 526 | 143 | 57 |
| Binary | 11110000 | 1 | 1000111 | 0 | 1100100 | 1000110 | 110 | 101010110 | 1100011 | 101111 |
Color Harmonies of #F00147
Complementary color
Monochromatic Colors of #F00147
Black with #F00147
Text Example
Text Example
White with #F00147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00147; }
p { color: rgb(240,1,71); }
H1.HeaderClassName
{
color: #F00147;
}
.AnyTagClassName
{
color: #F00147;
}
</style>
background-color css
<style>
a { background-color: #F00147; }
a { background-color: rgb(240,1,71); }
div.DivClassName
{
background-color: #F00147;
}
.BgClassName
{
background-color: #F00147;
}
</style>
border-color css
<style>
span { border-color: #F00147; }
span { border-color: rgb(240,1,71); }
td.TdClassName
{
border-color: #F00147;
}
.TagClassName
{
border-color: #F00147;
}
</style>