Shades of Razzmatazz #F90575
Tints of Razzmatazz #F90575
RGB
CMYK
RGB Variations
Color information
#F90575 (or 0xF90575) is known color: Razzmatazz. HEX triplet: F9, 05 and 75. RGB value is (249,5,117). Sum of RGB (Red+Green+Blue) = 249+5+117=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F90575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90575 is #06FA8A. Grayscale: #5A5A5A. Windows color (decimal): -457355 or 7669241. OLE color: 7669241.
HSL color Cylindrical-coordinate representation of color #F90575: hue angle of 332.46º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90575 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.02 |
| HSL | 332.46º | 0.96% | 0.5% | - |
| HSV(B) | 332.46º | 0.98% | 0.98% | - |
| XYZ | 42.33 | 21.53 | 18.75 | - |
| YUV | 90.72 | 142.84 | 240.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 5 | 117 | 0 | 0.98 | 0.53 | 0.02 | 332.46 | 0.96 | 0.5 |
| Hex | F9 | 5 | 75 | 0 | 62 | 35 | 2 | 14C | 60 | 32 |
| Octal | 371 | 5 | 165 | 0 | 142 | 65 | 2 | 514 | 140 | 62 |
| Binary | 11111001 | 101 | 1110101 | 0 | 1100010 | 110101 | 10 | 101001100 | 1100000 | 110010 |
Color Harmonies of #F90575
Complementary color
Monochromatic Colors of #F90575
Black with #F90575
Text Example
Text Example
White with #F90575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90575; }
p { color: rgb(249,5,117); }
H1.HeaderClassName
{
color: #F90575;
}
.AnyTagClassName
{
color: #F90575;
}
</style>
background-color css
<style>
a { background-color: #F90575; }
a { background-color: rgb(249,5,117); }
div.DivClassName
{
background-color: #F90575;
}
.BgClassName
{
background-color: #F90575;
}
</style>
border-color css
<style>
span { border-color: #F90575; }
span { border-color: rgb(249,5,117); }
td.TdClassName
{
border-color: #F90575;
}
.TagClassName
{
border-color: #F90575;
}
</style>