Shades of Razzmatazz #F00154
Tints of Razzmatazz #F00154
RGB
CMYK
RGB Variations
Color information
#F00154 (or 0xF00154) is known color: Razzmatazz. HEX triplet: F0, 01 and 54. RGB value is (240,1,84). Sum of RGB (Red+Green+Blue) = 240+1+84=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F00154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00154 is #0FFEAB. Grayscale: #515151. Windows color (decimal): -1048236 or 5505520. OLE color: 5505520.
HSL color Cylindrical-coordinate representation of color #F00154: hue angle of 339.16º 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 #F00154 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.06 |
| HSL | 339.16º | 0.99% | 0.47% | - |
| HSV(B) | 339.16º | 1% | 0.94% | - |
| XYZ | 37.55 | 19.19 | 10.11 | - |
| YUV | 81.92 | 129.18 | 240.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 84 | 0 | 1.00 | 0.65 | 0.06 | 339.16 | 0.99 | 0.47 |
| Hex | F0 | 1 | 54 | 0 | 64 | 41 | 6 | 153 | 63 | 2F |
| Octal | 360 | 1 | 124 | 0 | 144 | 101 | 6 | 523 | 143 | 57 |
| Binary | 11110000 | 1 | 1010100 | 0 | 1100100 | 1000001 | 110 | 101010011 | 1100011 | 101111 |
Color Harmonies of #F00154
Complementary color
Monochromatic Colors of #F00154
Black with #F00154
Text Example
Text Example
White with #F00154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00154; }
p { color: rgb(240,1,84); }
H1.HeaderClassName
{
color: #F00154;
}
.AnyTagClassName
{
color: #F00154;
}
</style>
background-color css
<style>
a { background-color: #F00154; }
a { background-color: rgb(240,1,84); }
div.DivClassName
{
background-color: #F00154;
}
.BgClassName
{
background-color: #F00154;
}
</style>
border-color css
<style>
span { border-color: #F00154; }
span { border-color: rgb(240,1,84); }
td.TdClassName
{
border-color: #F00154;
}
.TagClassName
{
border-color: #F00154;
}
</style>