Shades of Razzmatazz #F0025B
Tints of Razzmatazz #F0025B
RGB
CMYK
RGB Variations
Color information
#F0025B (or 0xF0025B) is known color: Razzmatazz. HEX triplet: F0, 02 and 5B. RGB value is (240,2,91). Sum of RGB (Red+Green+Blue) = 240+2+91=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F0025B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0025B is #0FFDA4. Grayscale: #535353. Windows color (decimal): -1047973 or 5964528. OLE color: 5964528.
HSL color Cylindrical-coordinate representation of color #F0025B: hue angle of 337.56º 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 #F0025B is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 91 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.06 |
| HSL | 337.56º | 0.98% | 0.47% | - |
| HSV(B) | 337.56º | 0.99% | 0.94% | - |
| XYZ | 37.85 | 19.32 | 11.63 | - |
| YUV | 83.31 | 132.35 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 91 | 0 | 0.99 | 0.62 | 0.06 | 337.56 | 0.98 | 0.47 |
| Hex | F0 | 2 | 5B | 0 | 63 | 3E | 6 | 152 | 62 | 2F |
| Octal | 360 | 2 | 133 | 0 | 143 | 76 | 6 | 522 | 142 | 57 |
| Binary | 11110000 | 10 | 1011011 | 0 | 1100011 | 111110 | 110 | 101010010 | 1100010 | 101111 |
Color Harmonies of #F0025B
Complementary color
Monochromatic Colors of #F0025B
Black with #F0025B
Text Example
Text Example
White with #F0025B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0025B; }
p { color: rgb(240,2,91); }
H1.HeaderClassName
{
color: #F0025B;
}
.AnyTagClassName
{
color: #F0025B;
}
</style>
background-color css
<style>
a { background-color: #F0025B; }
a { background-color: rgb(240,2,91); }
div.DivClassName
{
background-color: #F0025B;
}
.BgClassName
{
background-color: #F0025B;
}
</style>
border-color css
<style>
span { border-color: #F0025B; }
span { border-color: rgb(240,2,91); }
td.TdClassName
{
border-color: #F0025B;
}
.TagClassName
{
border-color: #F0025B;
}
</style>