Shades of Razzmatazz #F90255
Tints of Razzmatazz #F90255
RGB
CMYK
RGB Variations
Color information
#F90255 (or 0xF90255) is known color: Razzmatazz. HEX triplet: F9, 02 and 55. RGB value is (249,2,85). Sum of RGB (Red+Green+Blue) = 249+2+85=336 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.11% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 249 - color contains mainly: red. Hex color #F90255 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90255 is #06FDAA. Grayscale: #555555. Windows color (decimal): -458155 or 5571321. OLE color: 5571321.
HSL color Cylindrical-coordinate representation of color #F90255: hue angle of 339.84º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90255 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.02 |
| HSL | 339.84º | 0.98% | 0.49% | - |
| HSV(B) | 339.84º | 0.99% | 0.98% | - |
| XYZ | 40.73 | 20.84 | 10.47 | - |
| YUV | 85.32 | 127.83 | 244.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 85 | 0 | 0.99 | 0.66 | 0.02 | 339.84 | 0.98 | 0.49 |
| Hex | F9 | 2 | 55 | 0 | 63 | 42 | 2 | 154 | 62 | 31 |
| Octal | 371 | 2 | 125 | 0 | 143 | 102 | 2 | 524 | 142 | 61 |
| Binary | 11111001 | 10 | 1010101 | 0 | 1100011 | 1000010 | 10 | 101010100 | 1100010 | 110001 |
Color Harmonies of #F90255
Complementary color
Monochromatic Colors of #F90255
Black with #F90255
Text Example
Text Example
White with #F90255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90255; }
p { color: rgb(249,2,85); }
H1.HeaderClassName
{
color: #F90255;
}
.AnyTagClassName
{
color: #F90255;
}
</style>
background-color css
<style>
a { background-color: #F90255; }
a { background-color: rgb(249,2,85); }
div.DivClassName
{
background-color: #F90255;
}
.BgClassName
{
background-color: #F90255;
}
</style>
border-color css
<style>
span { border-color: #F90255; }
span { border-color: rgb(249,2,85); }
td.TdClassName
{
border-color: #F90255;
}
.TagClassName
{
border-color: #F90255;
}
</style>