Shades of Razzmatazz #F00A59
Tints of Razzmatazz #F00A59
RGB
CMYK
RGB Variations
Color information
#F00A59 (or 0xF00A59) is known color: Razzmatazz. HEX triplet: F0, 0A and 59. RGB value is (240,10,89). Sum of RGB (Red+Green+Blue) = 240+10+89=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A59 is #0FF5A6. Grayscale: #575757. Windows color (decimal): -1045927 or 5835504. OLE color: 5835504.
HSL color Cylindrical-coordinate representation of color #F00A59: hue angle of 339.39º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A59 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 89 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.06 |
| HSL | 339.39º | 0.92% | 0.49% | - |
| HSV(B) | 339.39º | 0.96% | 0.94% | - |
| XYZ | 37.85 | 19.46 | 11.21 | - |
| YUV | 87.78 | 128.7 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 89 | 0 | 0.96 | 0.63 | 0.06 | 339.39 | 0.92 | 0.49 |
| Hex | F0 | A | 59 | 0 | 60 | 3F | 6 | 153 | 5C | 31 |
| Octal | 360 | 12 | 131 | 0 | 140 | 77 | 6 | 523 | 134 | 61 |
| Binary | 11110000 | 1010 | 1011001 | 0 | 1100000 | 111111 | 110 | 101010011 | 1011100 | 110001 |
Color Harmonies of #F00A59
Complementary color
Monochromatic Colors of #F00A59
Black with #F00A59
Text Example
Text Example
White with #F00A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A59; }
p { color: rgb(240,10,89); }
H1.HeaderClassName
{
color: #F00A59;
}
.AnyTagClassName
{
color: #F00A59;
}
</style>
background-color css
<style>
a { background-color: #F00A59; }
a { background-color: rgb(240,10,89); }
div.DivClassName
{
background-color: #F00A59;
}
.BgClassName
{
background-color: #F00A59;
}
</style>
border-color css
<style>
span { border-color: #F00A59; }
span { border-color: rgb(240,10,89); }
td.TdClassName
{
border-color: #F00A59;
}
.TagClassName
{
border-color: #F00A59;
}
</style>