Shades of Razzmatazz #F51456
Tints of Razzmatazz #F51456
RGB
CMYK
RGB Variations
Color information
#F51456 (or 0xF51456) is known color: Razzmatazz. HEX triplet: F5, 14 and 56. RGB value is (245,20,86). Sum of RGB (Red+Green+Blue) = 245+20+86=351 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.80% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 245 - color contains mainly: red. Hex color #F51456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51456 is #0AEBA9. Grayscale: #5E5E5E. Windows color (decimal): -715690 or 5641461. OLE color: 5641461.
HSL color Cylindrical-coordinate representation of color #F51456: hue angle of 342.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51456 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 86 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.04 |
| HSL | 342.4º | 0.92% | 0.52% | - |
| HSV(B) | 342.4º | 0.92% | 0.96% | - |
| XYZ | 39.59 | 20.58 | 10.69 | - |
| YUV | 94.8 | 123.04 | 235.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 86 | 0 | 0.92 | 0.65 | 0.04 | 342.4 | 0.92 | 0.52 |
| Hex | F5 | 14 | 56 | 0 | 5C | 41 | 4 | 156 | 5C | 34 |
| Octal | 365 | 24 | 126 | 0 | 134 | 101 | 4 | 526 | 134 | 64 |
| Binary | 11110101 | 10100 | 1010110 | 0 | 1011100 | 1000001 | 100 | 101010110 | 1011100 | 110100 |
Color Harmonies of #F51456
Complementary color
Monochromatic Colors of #F51456
Black with #F51456
Text Example
Text Example
White with #F51456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51456; }
p { color: rgb(245,20,86); }
H1.HeaderClassName
{
color: #F51456;
}
.AnyTagClassName
{
color: #F51456;
}
</style>
background-color css
<style>
a { background-color: #F51456; }
a { background-color: rgb(245,20,86); }
div.DivClassName
{
background-color: #F51456;
}
.BgClassName
{
background-color: #F51456;
}
</style>
border-color css
<style>
span { border-color: #F51456; }
span { border-color: rgb(245,20,86); }
td.TdClassName
{
border-color: #F51456;
}
.TagClassName
{
border-color: #F51456;
}
</style>