Shades of Razzmatazz #F31459
Tints of Razzmatazz #F31459
RGB
CMYK
RGB Variations
Color information
#F31459 (or 0xF31459) is known color: Razzmatazz. HEX triplet: F3, 14 and 59. RGB value is (243,20,89). Sum of RGB (Red+Green+Blue) = 243+20+89=352 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.03% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 243 - color contains mainly: red. Hex color #F31459 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31459 is #0CEBA6. Grayscale: #5E5E5E. Windows color (decimal): -846759 or 5838067. OLE color: 5838067.
HSL color Cylindrical-coordinate representation of color #F31459: hue angle of 341.43º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31459 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 89 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.05 |
| HSL | 341.44º | 0.9% | 0.52% | - |
| HSV(B) | 341.44º | 0.92% | 0.95% | - |
| XYZ | 39.02 | 20.28 | 11.31 | - |
| YUV | 94.54 | 124.88 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 89 | 0 | 0.92 | 0.63 | 0.05 | 341.44 | 0.9 | 0.52 |
| Hex | F3 | 14 | 59 | 0 | 5C | 3F | 5 | 155 | 5A | 34 |
| Octal | 363 | 24 | 131 | 0 | 134 | 77 | 5 | 525 | 132 | 64 |
| Binary | 11110011 | 10100 | 1011001 | 0 | 1011100 | 111111 | 101 | 101010101 | 1011010 | 110100 |
Color Harmonies of #F31459
Complementary color
Monochromatic Colors of #F31459
Black with #F31459
Text Example
Text Example
White with #F31459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31459; }
p { color: rgb(243,20,89); }
H1.HeaderClassName
{
color: #F31459;
}
.AnyTagClassName
{
color: #F31459;
}
</style>
background-color css
<style>
a { background-color: #F31459; }
a { background-color: rgb(243,20,89); }
div.DivClassName
{
background-color: #F31459;
}
.BgClassName
{
background-color: #F31459;
}
</style>
border-color css
<style>
span { border-color: #F31459; }
span { border-color: rgb(243,20,89); }
td.TdClassName
{
border-color: #F31459;
}
.TagClassName
{
border-color: #F31459;
}
</style>