Shades of Razzmatazz #F90155
Tints of Razzmatazz #F90155
RGB
CMYK
RGB Variations
Color information
#F90155 (or 0xF90155) is known color: Razzmatazz. HEX triplet: F9, 01 and 55. RGB value is (249,1,85). Sum of RGB (Red+Green+Blue) = 249+1+85=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F90155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90155 is #06FEAA. Grayscale: #545454. Windows color (decimal): -458411 or 5571065. OLE color: 5571065.
HSL color Cylindrical-coordinate representation of color #F90155: hue angle of 339.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90155 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.66 | 0.02 |
| HSL | 339.68º | 0.99% | 0.49% | - |
| HSV(B) | 339.68º | 1% | 0.98% | - |
| XYZ | 40.72 | 20.82 | 10.47 | - |
| YUV | 84.73 | 128.16 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 85 | 0 | 1.00 | 0.66 | 0.02 | 339.68 | 0.99 | 0.49 |
| Hex | F9 | 1 | 55 | 0 | 64 | 42 | 2 | 154 | 63 | 31 |
| Octal | 371 | 1 | 125 | 0 | 144 | 102 | 2 | 524 | 143 | 61 |
| Binary | 11111001 | 1 | 1010101 | 0 | 1100100 | 1000010 | 10 | 101010100 | 1100011 | 110001 |
Color Harmonies of #F90155
Complementary color
Monochromatic Colors of #F90155
Black with #F90155
Text Example
Text Example
White with #F90155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90155; }
p { color: rgb(249,1,85); }
H1.HeaderClassName
{
color: #F90155;
}
.AnyTagClassName
{
color: #F90155;
}
</style>
background-color css
<style>
a { background-color: #F90155; }
a { background-color: rgb(249,1,85); }
div.DivClassName
{
background-color: #F90155;
}
.BgClassName
{
background-color: #F90155;
}
</style>
border-color css
<style>
span { border-color: #F90155; }
span { border-color: rgb(249,1,85); }
td.TdClassName
{
border-color: #F90155;
}
.TagClassName
{
border-color: #F90155;
}
</style>