Shades of Razzmatazz #F51554
Tints of Razzmatazz #F51554
RGB
CMYK
RGB Variations
Color information
#F51554 (or 0xF51554) is known color: Razzmatazz. HEX triplet: F5, 15 and 54. RGB value is (245,21,84). Sum of RGB (Red+Green+Blue) = 245+21+84=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F51554 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51554 is #0AEAAB. Grayscale: #5F5F5F. Windows color (decimal): -715436 or 5510645. OLE color: 5510645.
HSL color Cylindrical-coordinate representation of color #F51554: hue angle of 343.12º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51554 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 84 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.04 |
| HSL | 343.13º | 0.92% | 0.52% | - |
| HSV(B) | 343.13º | 0.91% | 0.96% | - |
| XYZ | 39.52 | 20.59 | 10.28 | - |
| YUV | 95.16 | 121.71 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 84 | 0 | 0.91 | 0.66 | 0.04 | 343.13 | 0.92 | 0.52 |
| Hex | F5 | 15 | 54 | 0 | 5B | 42 | 4 | 157 | 5C | 34 |
| Octal | 365 | 25 | 124 | 0 | 133 | 102 | 4 | 527 | 134 | 64 |
| Binary | 11110101 | 10101 | 1010100 | 0 | 1011011 | 1000010 | 100 | 101010111 | 1011100 | 110100 |
Color Harmonies of #F51554
Complementary color
Monochromatic Colors of #F51554
Black with #F51554
Text Example
Text Example
White with #F51554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51554; }
p { color: rgb(245,21,84); }
H1.HeaderClassName
{
color: #F51554;
}
.AnyTagClassName
{
color: #F51554;
}
</style>
background-color css
<style>
a { background-color: #F51554; }
a { background-color: rgb(245,21,84); }
div.DivClassName
{
background-color: #F51554;
}
.BgClassName
{
background-color: #F51554;
}
</style>
border-color css
<style>
span { border-color: #F51554; }
span { border-color: rgb(245,21,84); }
td.TdClassName
{
border-color: #F51554;
}
.TagClassName
{
border-color: #F51554;
}
</style>