Shades of Razzmatazz #F50A5B
Tints of Razzmatazz #F50A5B
RGB
CMYK
RGB Variations
Color information
#F50A5B (or 0xF50A5B) is known color: Razzmatazz. HEX triplet: F5, 0A and 5B. RGB value is (245,10,91). Sum of RGB (Red+Green+Blue) = 245+10+91=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 10 (4.30% from 255 or 2.89% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A5B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50A5B is #0AF5A4. Grayscale: #595959. Windows color (decimal): -718245 or 5966581. OLE color: 5966581.
HSL color Cylindrical-coordinate representation of color #F50A5B: hue angle of 339.32º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50A5B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 91 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.04 |
| HSL | 339.32º | 0.92% | 0.5% | - |
| HSV(B) | 339.32º | 0.96% | 0.96% | - |
| XYZ | 39.65 | 20.38 | 11.74 | - |
| YUV | 89.5 | 128.86 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 91 | 0 | 0.96 | 0.63 | 0.04 | 339.32 | 0.92 | 0.5 |
| Hex | F5 | A | 5B | 0 | 60 | 3F | 4 | 153 | 5C | 32 |
| Octal | 365 | 12 | 133 | 0 | 140 | 77 | 4 | 523 | 134 | 62 |
| Binary | 11110101 | 1010 | 1011011 | 0 | 1100000 | 111111 | 100 | 101010011 | 1011100 | 110010 |
Color Harmonies of #F50A5B
Complementary color
Monochromatic Colors of #F50A5B
Black with #F50A5B
Text Example
Text Example
White with #F50A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A5B; }
p { color: rgb(245,10,91); }
H1.HeaderClassName
{
color: #F50A5B;
}
.AnyTagClassName
{
color: #F50A5B;
}
</style>
background-color css
<style>
a { background-color: #F50A5B; }
a { background-color: rgb(245,10,91); }
div.DivClassName
{
background-color: #F50A5B;
}
.BgClassName
{
background-color: #F50A5B;
}
</style>
border-color css
<style>
span { border-color: #F50A5B; }
span { border-color: rgb(245,10,91); }
td.TdClassName
{
border-color: #F50A5B;
}
.TagClassName
{
border-color: #F50A5B;
}
</style>