Shades of Razzmatazz #F90A52
Tints of Razzmatazz #F90A52
RGB
CMYK
RGB Variations
Color information
#F90A52 (or 0xF90A52) is known color: Razzmatazz. HEX triplet: F9, 0A and 52. RGB value is (249,10,82). Sum of RGB (Red+Green+Blue) = 249+10+82=341 (45% of max value = 765). Red value is 249 (97.66% from 255 or 73.02% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A52 is #06F5AD. Grayscale: #595959. Windows color (decimal): -456110 or 5376761. OLE color: 5376761.
HSL color Cylindrical-coordinate representation of color #F90A52: hue angle of 341.92º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90A52 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 82 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.02 |
| HSL | 341.92º | 0.95% | 0.51% | - |
| HSV(B) | 341.92º | 0.96% | 0.98% | - |
| XYZ | 40.7 | 20.97 | 9.88 | - |
| YUV | 89.67 | 123.68 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 82 | 0 | 0.96 | 0.67 | 0.02 | 341.92 | 0.95 | 0.51 |
| Hex | F9 | A | 52 | 0 | 60 | 43 | 2 | 156 | 5F | 33 |
| Octal | 371 | 12 | 122 | 0 | 140 | 103 | 2 | 526 | 137 | 63 |
| Binary | 11111001 | 1010 | 1010010 | 0 | 1100000 | 1000011 | 10 | 101010110 | 1011111 | 110011 |
Color Harmonies of #F90A52
Complementary color
Monochromatic Colors of #F90A52
Black with #F90A52
Text Example
Text Example
White with #F90A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A52; }
p { color: rgb(249,10,82); }
H1.HeaderClassName
{
color: #F90A52;
}
.AnyTagClassName
{
color: #F90A52;
}
</style>
background-color css
<style>
a { background-color: #F90A52; }
a { background-color: rgb(249,10,82); }
div.DivClassName
{
background-color: #F90A52;
}
.BgClassName
{
background-color: #F90A52;
}
</style>
border-color css
<style>
span { border-color: #F90A52; }
span { border-color: rgb(249,10,82); }
td.TdClassName
{
border-color: #F90A52;
}
.TagClassName
{
border-color: #F90A52;
}
</style>