Shades of Razzmatazz #F31457
Tints of Razzmatazz #F31457
RGB
CMYK
RGB Variations
Color information
#F31457 (or 0xF31457) is known color: Razzmatazz. HEX triplet: F3, 14 and 57. RGB value is (243,20,87). Sum of RGB (Red+Green+Blue) = 243+20+87=350 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.43% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 243 - color contains mainly: red. Hex color #F31457 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31457 is #0CEBA8. Grayscale: #5E5E5E. Windows color (decimal): -846761 or 5706995. OLE color: 5706995.
HSL color Cylindrical-coordinate representation of color #F31457: hue angle of 341.97º 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 #F31457 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 87 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.05 |
| HSL | 341.97º | 0.9% | 0.52% | - |
| HSV(B) | 341.97º | 0.92% | 0.95% | - |
| XYZ | 38.93 | 20.24 | 10.87 | - |
| YUV | 94.32 | 123.88 | 234.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 87 | 0 | 0.92 | 0.64 | 0.05 | 341.97 | 0.9 | 0.52 |
| Hex | F3 | 14 | 57 | 0 | 5C | 40 | 5 | 156 | 5A | 34 |
| Octal | 363 | 24 | 127 | 0 | 134 | 100 | 5 | 526 | 132 | 64 |
| Binary | 11110011 | 10100 | 1010111 | 0 | 1011100 | 1000000 | 101 | 101010110 | 1011010 | 110100 |
Color Harmonies of #F31457
Complementary color
Monochromatic Colors of #F31457
Black with #F31457
Text Example
Text Example
White with #F31457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31457; }
p { color: rgb(243,20,87); }
H1.HeaderClassName
{
color: #F31457;
}
.AnyTagClassName
{
color: #F31457;
}
</style>
background-color css
<style>
a { background-color: #F31457; }
a { background-color: rgb(243,20,87); }
div.DivClassName
{
background-color: #F31457;
}
.BgClassName
{
background-color: #F31457;
}
</style>
border-color css
<style>
span { border-color: #F31457; }
span { border-color: rgb(243,20,87); }
td.TdClassName
{
border-color: #F31457;
}
.TagClassName
{
border-color: #F31457;
}
</style>