Shades of Razzmatazz #F50F58
Tints of Razzmatazz #F50F58
RGB
CMYK
RGB Variations
Color information
#F50F58 (or 0xF50F58) is known color: Razzmatazz. HEX triplet: F5, 0F and 58. RGB value is (245,15,88). Sum of RGB (Red+Green+Blue) = 245+15+88=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F58 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50F58 is #0AF0A7. Grayscale: #5C5C5C. Windows color (decimal): -716968 or 5771253. OLE color: 5771253.
HSL color Cylindrical-coordinate representation of color #F50F58: hue angle of 340.96º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50F58 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 88 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.04 |
| HSL | 340.96º | 0.92% | 0.51% | - |
| HSV(B) | 340.96º | 0.94% | 0.96% | - |
| XYZ | 39.59 | 20.46 | 11.09 | - |
| YUV | 92.09 | 125.7 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 88 | 0 | 0.94 | 0.64 | 0.04 | 340.96 | 0.92 | 0.51 |
| Hex | F5 | F | 58 | 0 | 5E | 40 | 4 | 155 | 5C | 33 |
| Octal | 365 | 17 | 130 | 0 | 136 | 100 | 4 | 525 | 134 | 63 |
| Binary | 11110101 | 1111 | 1011000 | 0 | 1011110 | 1000000 | 100 | 101010101 | 1011100 | 110011 |
Color Harmonies of #F50F58
Complementary color
Monochromatic Colors of #F50F58
Black with #F50F58
Text Example
Text Example
White with #F50F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50F58; }
p { color: rgb(245,15,88); }
H1.HeaderClassName
{
color: #F50F58;
}
.AnyTagClassName
{
color: #F50F58;
}
</style>
background-color css
<style>
a { background-color: #F50F58; }
a { background-color: rgb(245,15,88); }
div.DivClassName
{
background-color: #F50F58;
}
.BgClassName
{
background-color: #F50F58;
}
</style>
border-color css
<style>
span { border-color: #F50F58; }
span { border-color: rgb(245,15,88); }
td.TdClassName
{
border-color: #F50F58;
}
.TagClassName
{
border-color: #F50F58;
}
</style>