Shades of Razzmatazz #F51858
Tints of Razzmatazz #F51858
RGB
CMYK
RGB Variations
Color information
#F51858 (or 0xF51858) is known color: Razzmatazz. HEX triplet: F5, 18 and 58. RGB value is (245,24,88). Sum of RGB (Red+Green+Blue) = 245+24+88=357 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.63% from 357); Green value is 24 (9.77% from 255 or 6.72% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 245 - color contains mainly: red. Hex color #F51858 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51858 is #0AE7A7. Grayscale: #616161. Windows color (decimal): -714664 or 5773557. OLE color: 5773557.
HSL color Cylindrical-coordinate representation of color #F51858: hue angle of 342.62º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F51858 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 88 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.04 |
| HSL | 342.62º | 0.92% | 0.53% | - |
| HSV(B) | 342.62º | 0.9% | 0.96% | - |
| XYZ | 39.74 | 20.77 | 11.15 | - |
| YUV | 97.38 | 122.72 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 88 | 0 | 0.90 | 0.64 | 0.04 | 342.62 | 0.92 | 0.53 |
| Hex | F5 | 18 | 58 | 0 | 5A | 40 | 4 | 157 | 5C | 35 |
| Octal | 365 | 30 | 130 | 0 | 132 | 100 | 4 | 527 | 134 | 65 |
| Binary | 11110101 | 11000 | 1011000 | 0 | 1011010 | 1000000 | 100 | 101010111 | 1011100 | 110101 |
Color Harmonies of #F51858
Complementary color
Monochromatic Colors of #F51858
Black with #F51858
Text Example
Text Example
White with #F51858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51858; }
p { color: rgb(245,24,88); }
H1.HeaderClassName
{
color: #F51858;
}
.AnyTagClassName
{
color: #F51858;
}
</style>
background-color css
<style>
a { background-color: #F51858; }
a { background-color: rgb(245,24,88); }
div.DivClassName
{
background-color: #F51858;
}
.BgClassName
{
background-color: #F51858;
}
</style>
border-color css
<style>
span { border-color: #F51858; }
span { border-color: rgb(245,24,88); }
td.TdClassName
{
border-color: #F51858;
}
.TagClassName
{
border-color: #F51858;
}
</style>