Shades of Razzmatazz #F31157
Tints of Razzmatazz #F31157
RGB
CMYK
RGB Variations
Color information
#F31157 (or 0xF31157) is known color: Razzmatazz. HEX triplet: F3, 11 and 57. RGB value is (243,17,87). Sum of RGB (Red+Green+Blue) = 243+17+87=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F31157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F31157 is #0CEEA8. Grayscale: #5C5C5C. Windows color (decimal): -847529 or 5706227. OLE color: 5706227.
HSL color Cylindrical-coordinate representation of color #F31157: hue angle of 341.42º 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 #F31157 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 87 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.05 |
| HSL | 341.42º | 0.9% | 0.51% | - |
| HSV(B) | 341.42º | 0.93% | 0.95% | - |
| XYZ | 38.88 | 20.14 | 10.86 | - |
| YUV | 92.55 | 124.87 | 235.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 87 | 0 | 0.93 | 0.64 | 0.05 | 341.42 | 0.9 | 0.51 |
| Hex | F3 | 11 | 57 | 0 | 5D | 40 | 5 | 155 | 5A | 33 |
| Octal | 363 | 21 | 127 | 0 | 135 | 100 | 5 | 525 | 132 | 63 |
| Binary | 11110011 | 10001 | 1010111 | 0 | 1011101 | 1000000 | 101 | 101010101 | 1011010 | 110011 |
Color Harmonies of #F31157
Complementary color
Monochromatic Colors of #F31157
Black with #F31157
Text Example
Text Example
White with #F31157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31157; }
p { color: rgb(243,17,87); }
H1.HeaderClassName
{
color: #F31157;
}
.AnyTagClassName
{
color: #F31157;
}
</style>
background-color css
<style>
a { background-color: #F31157; }
a { background-color: rgb(243,17,87); }
div.DivClassName
{
background-color: #F31157;
}
.BgClassName
{
background-color: #F31157;
}
</style>
border-color css
<style>
span { border-color: #F31157; }
span { border-color: rgb(243,17,87); }
td.TdClassName
{
border-color: #F31157;
}
.TagClassName
{
border-color: #F31157;
}
</style>