Shades of Razzmatazz #F11957
Tints of Razzmatazz #F11957
RGB
CMYK
RGB Variations
Color information
#F11957 (or 0xF11957) is known color: Razzmatazz. HEX triplet: F1, 19 and 57. RGB value is (241,25,87). Sum of RGB (Red+Green+Blue) = 241+25+87=353 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.27% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 241 - color contains mainly: red. Hex color #F11957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11957 is #0EE6A8. Grayscale: #606060. Windows color (decimal): -976553 or 5708273. OLE color: 5708273.
HSL color Cylindrical-coordinate representation of color #F11957: hue angle of 342.78º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11957 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 87 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.05 |
| HSL | 342.78º | 0.89% | 0.52% | - |
| HSV(B) | 342.78º | 0.9% | 0.95% | - |
| XYZ | 38.34 | 20.08 | 10.87 | - |
| YUV | 96.65 | 122.56 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 87 | 0 | 0.90 | 0.64 | 0.05 | 342.78 | 0.89 | 0.52 |
| Hex | F1 | 19 | 57 | 0 | 5A | 40 | 5 | 157 | 59 | 34 |
| Octal | 361 | 31 | 127 | 0 | 132 | 100 | 5 | 527 | 131 | 64 |
| Binary | 11110001 | 11001 | 1010111 | 0 | 1011010 | 1000000 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F11957
Complementary color
Monochromatic Colors of #F11957
Black with #F11957
Text Example
Text Example
White with #F11957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11957; }
p { color: rgb(241,25,87); }
H1.HeaderClassName
{
color: #F11957;
}
.AnyTagClassName
{
color: #F11957;
}
</style>
background-color css
<style>
a { background-color: #F11957; }
a { background-color: rgb(241,25,87); }
div.DivClassName
{
background-color: #F11957;
}
.BgClassName
{
background-color: #F11957;
}
</style>
border-color css
<style>
span { border-color: #F11957; }
span { border-color: rgb(241,25,87); }
td.TdClassName
{
border-color: #F11957;
}
.TagClassName
{
border-color: #F11957;
}
</style>