Shades of Razzmatazz #F00254
Tints of Razzmatazz #F00254
RGB
CMYK
RGB Variations
Color information
#F00254 (or 0xF00254) is known color: Razzmatazz. HEX triplet: F0, 02 and 54. RGB value is (240,2,84). Sum of RGB (Red+Green+Blue) = 240+2+84=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F00254 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00254 is #0FFDAB. Grayscale: #525252. Windows color (decimal): -1047980 or 5505776. OLE color: 5505776.
HSL color Cylindrical-coordinate representation of color #F00254: hue angle of 339.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00254 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.06 |
| HSL | 339.33º | 0.98% | 0.47% | - |
| HSV(B) | 339.33º | 0.99% | 0.94% | - |
| XYZ | 37.56 | 19.21 | 10.12 | - |
| YUV | 82.51 | 128.85 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 84 | 0 | 0.99 | 0.65 | 0.06 | 339.33 | 0.98 | 0.47 |
| Hex | F0 | 2 | 54 | 0 | 63 | 41 | 6 | 153 | 62 | 2F |
| Octal | 360 | 2 | 124 | 0 | 143 | 101 | 6 | 523 | 142 | 57 |
| Binary | 11110000 | 10 | 1010100 | 0 | 1100011 | 1000001 | 110 | 101010011 | 1100010 | 101111 |
Color Harmonies of #F00254
Complementary color
Monochromatic Colors of #F00254
Black with #F00254
Text Example
Text Example
White with #F00254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00254; }
p { color: rgb(240,2,84); }
H1.HeaderClassName
{
color: #F00254;
}
.AnyTagClassName
{
color: #F00254;
}
</style>
background-color css
<style>
a { background-color: #F00254; }
a { background-color: rgb(240,2,84); }
div.DivClassName
{
background-color: #F00254;
}
.BgClassName
{
background-color: #F00254;
}
</style>
border-color css
<style>
span { border-color: #F00254; }
span { border-color: rgb(240,2,84); }
td.TdClassName
{
border-color: #F00254;
}
.TagClassName
{
border-color: #F00254;
}
</style>