Shades of Razzmatazz #F90260
Tints of Razzmatazz #F90260
RGB
CMYK
RGB Variations
Color information
#F90260 (or 0xF90260) is known color: Razzmatazz. HEX triplet: F9, 02 and 60. RGB value is (249,2,96). Sum of RGB (Red+Green+Blue) = 249+2+96=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F90260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90260 is #06FD9F. Grayscale: #565656. Windows color (decimal): -458144 or 6292217. OLE color: 6292217.
HSL color Cylindrical-coordinate representation of color #F90260: hue angle of 337.17º 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 #F90260 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.02 |
| HSL | 337.17º | 0.98% | 0.49% | - |
| HSV(B) | 337.17º | 0.99% | 0.98% | - |
| XYZ | 41.2 | 21.03 | 12.95 | - |
| YUV | 86.57 | 133.33 | 243.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 96 | 0 | 0.99 | 0.61 | 0.02 | 337.17 | 0.98 | 0.49 |
| Hex | F9 | 2 | 60 | 0 | 63 | 3D | 2 | 151 | 62 | 31 |
| Octal | 371 | 2 | 140 | 0 | 143 | 75 | 2 | 521 | 142 | 61 |
| Binary | 11111001 | 10 | 1100000 | 0 | 1100011 | 111101 | 10 | 101010001 | 1100010 | 110001 |
Color Harmonies of #F90260
Complementary color
Monochromatic Colors of #F90260
Black with #F90260
Text Example
Text Example
White with #F90260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90260; }
p { color: rgb(249,2,96); }
H1.HeaderClassName
{
color: #F90260;
}
.AnyTagClassName
{
color: #F90260;
}
</style>
background-color css
<style>
a { background-color: #F90260; }
a { background-color: rgb(249,2,96); }
div.DivClassName
{
background-color: #F90260;
}
.BgClassName
{
background-color: #F90260;
}
</style>
border-color css
<style>
span { border-color: #F90260; }
span { border-color: rgb(249,2,96); }
td.TdClassName
{
border-color: #F90260;
}
.TagClassName
{
border-color: #F90260;
}
</style>