Shades of Razzmatazz #F51260
Tints of Razzmatazz #F51260
RGB
CMYK
RGB Variations
Color information
#F51260 (or 0xF51260) is known color: Razzmatazz. HEX triplet: F5, 12 and 60. RGB value is (245,18,96). Sum of RGB (Red+Green+Blue) = 245+18+96=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F51260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51260 is #0AED9F. Grayscale: #5E5E5E. Windows color (decimal): -716192 or 6296309. OLE color: 6296309.
HSL color Cylindrical-coordinate representation of color #F51260: hue angle of 339.38º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51260 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 18 | 96 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.04 |
| HSL | 339.38º | 0.92% | 0.52% | - |
| HSV(B) | 339.38º | 0.93% | 0.96% | - |
| XYZ | 39.98 | 20.69 | 12.95 | - |
| YUV | 94.77 | 128.71 | 235.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 18 | 96 | 0 | 0.93 | 0.61 | 0.04 | 339.38 | 0.92 | 0.52 |
| Hex | F5 | 12 | 60 | 0 | 5D | 3D | 4 | 153 | 5C | 34 |
| Octal | 365 | 22 | 140 | 0 | 135 | 75 | 4 | 523 | 134 | 64 |
| Binary | 11110101 | 10010 | 1100000 | 0 | 1011101 | 111101 | 100 | 101010011 | 1011100 | 110100 |
Color Harmonies of #F51260
Complementary color
Monochromatic Colors of #F51260
Black with #F51260
Text Example
Text Example
White with #F51260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51260; }
p { color: rgb(245,18,96); }
H1.HeaderClassName
{
color: #F51260;
}
.AnyTagClassName
{
color: #F51260;
}
</style>
background-color css
<style>
a { background-color: #F51260; }
a { background-color: rgb(245,18,96); }
div.DivClassName
{
background-color: #F51260;
}
.BgClassName
{
background-color: #F51260;
}
</style>
border-color css
<style>
span { border-color: #F51260; }
span { border-color: rgb(245,18,96); }
td.TdClassName
{
border-color: #F51260;
}
.TagClassName
{
border-color: #F51260;
}
</style>