Shades of Razzmatazz #F00A50
Tints of Razzmatazz #F00A50
RGB
CMYK
RGB Variations
Color information
#F00A50 (or 0xF00A50) is known color: Razzmatazz. HEX triplet: F0, 0A and 50. RGB value is (240,10,80). Sum of RGB (Red+Green+Blue) = 240+10+80=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00A50 is #0FF5AF. Grayscale: #565656. Windows color (decimal): -1045936 or 5245680. OLE color: 5245680.
HSL color Cylindrical-coordinate representation of color #F00A50: hue angle of 341.74º 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 #F00A50 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 80 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.06 |
| HSL | 341.74º | 0.92% | 0.49% | - |
| HSV(B) | 341.74º | 0.96% | 0.94% | - |
| XYZ | 37.49 | 19.32 | 9.34 | - |
| YUV | 86.75 | 124.2 | 237.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 80 | 0 | 0.96 | 0.67 | 0.06 | 341.74 | 0.92 | 0.49 |
| Hex | F0 | A | 50 | 0 | 60 | 43 | 6 | 156 | 5C | 31 |
| Octal | 360 | 12 | 120 | 0 | 140 | 103 | 6 | 526 | 134 | 61 |
| Binary | 11110000 | 1010 | 1010000 | 0 | 1100000 | 1000011 | 110 | 101010110 | 1011100 | 110001 |
Color Harmonies of #F00A50
Complementary color
Monochromatic Colors of #F00A50
Black with #F00A50
Text Example
Text Example
White with #F00A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A50; }
p { color: rgb(240,10,80); }
H1.HeaderClassName
{
color: #F00A50;
}
.AnyTagClassName
{
color: #F00A50;
}
</style>
background-color css
<style>
a { background-color: #F00A50; }
a { background-color: rgb(240,10,80); }
div.DivClassName
{
background-color: #F00A50;
}
.BgClassName
{
background-color: #F00A50;
}
</style>
border-color css
<style>
span { border-color: #F00A50; }
span { border-color: rgb(240,10,80); }
td.TdClassName
{
border-color: #F00A50;
}
.TagClassName
{
border-color: #F00A50;
}
</style>