Shades of Razzmatazz #F90A56
Tints of Razzmatazz #F90A56
RGB
CMYK
RGB Variations
Color information
#F90A56 (or 0xF90A56) is known color: Razzmatazz. HEX triplet: F9, 0A and 56. RGB value is (249,10,86). Sum of RGB (Red+Green+Blue) = 249+10+86=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 10 (4.30% from 255 or 2.90% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A56 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F90A56 is #06F5A9. Grayscale: #5A5A5A. Windows color (decimal): -456106 or 5638905. OLE color: 5638905.
HSL color Cylindrical-coordinate representation of color #F90A56: hue angle of 340.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 #F90A56 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 86 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.02 |
| HSL | 340.92º | 0.95% | 0.51% | - |
| HSV(B) | 340.92º | 0.96% | 0.98% | - |
| XYZ | 40.86 | 21.03 | 10.71 | - |
| YUV | 90.13 | 125.68 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 86 | 0 | 0.96 | 0.65 | 0.02 | 340.92 | 0.95 | 0.51 |
| Hex | F9 | A | 56 | 0 | 60 | 41 | 2 | 155 | 5F | 33 |
| Octal | 371 | 12 | 126 | 0 | 140 | 101 | 2 | 525 | 137 | 63 |
| Binary | 11111001 | 1010 | 1010110 | 0 | 1100000 | 1000001 | 10 | 101010101 | 1011111 | 110011 |
Color Harmonies of #F90A56
Complementary color
Monochromatic Colors of #F90A56
Black with #F90A56
Text Example
Text Example
White with #F90A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A56; }
p { color: rgb(249,10,86); }
H1.HeaderClassName
{
color: #F90A56;
}
.AnyTagClassName
{
color: #F90A56;
}
</style>
background-color css
<style>
a { background-color: #F90A56; }
a { background-color: rgb(249,10,86); }
div.DivClassName
{
background-color: #F90A56;
}
.BgClassName
{
background-color: #F90A56;
}
</style>
border-color css
<style>
span { border-color: #F90A56; }
span { border-color: rgb(249,10,86); }
td.TdClassName
{
border-color: #F90A56;
}
.TagClassName
{
border-color: #F90A56;
}
</style>