Shades of Razzmatazz #F31260
Tints of Razzmatazz #F31260
RGB
CMYK
RGB Variations
Color information
#F31260 (or 0xF31260) is known color: Razzmatazz. HEX triplet: F3, 12 and 60. RGB value is (243,18,96). Sum of RGB (Red+Green+Blue) = 243+18+96=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F31260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31260 is #0CED9F. Grayscale: #5E5E5E. Windows color (decimal): -847264 or 6296307. OLE color: 6296307.
HSL color Cylindrical-coordinate representation of color #F31260: hue angle of 339.2º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31260 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 96 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.05 |
| HSL | 339.2º | 0.9% | 0.51% | - |
| HSV(B) | 339.2º | 0.93% | 0.95% | - |
| XYZ | 39.29 | 20.33 | 12.92 | - |
| YUV | 94.17 | 129.04 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 96 | 0 | 0.93 | 0.60 | 0.05 | 339.2 | 0.9 | 0.51 |
| Hex | F3 | 12 | 60 | 0 | 5D | 3C | 5 | 153 | 5A | 33 |
| Octal | 363 | 22 | 140 | 0 | 135 | 74 | 5 | 523 | 132 | 63 |
| Binary | 11110011 | 10010 | 1100000 | 0 | 1011101 | 111100 | 101 | 101010011 | 1011010 | 110011 |
Color Harmonies of #F31260
Complementary color
Monochromatic Colors of #F31260
Black with #F31260
Text Example
Text Example
White with #F31260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31260; }
p { color: rgb(243,18,96); }
H1.HeaderClassName
{
color: #F31260;
}
.AnyTagClassName
{
color: #F31260;
}
</style>
background-color css
<style>
a { background-color: #F31260; }
a { background-color: rgb(243,18,96); }
div.DivClassName
{
background-color: #F31260;
}
.BgClassName
{
background-color: #F31260;
}
</style>
border-color css
<style>
span { border-color: #F31260; }
span { border-color: rgb(243,18,96); }
td.TdClassName
{
border-color: #F31260;
}
.TagClassName
{
border-color: #F31260;
}
</style>