Shades of Razzmatazz #F11857
Tints of Razzmatazz #F11857
RGB
CMYK
RGB Variations
Color information
#F11857 (or 0xF11857) is known color: Razzmatazz. HEX triplet: F1, 18 and 57. RGB value is (241,24,87). Sum of RGB (Red+Green+Blue) = 241+24+87=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F11857 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F11857 is #0EE7A8. Grayscale: #606060. Windows color (decimal): -976809 or 5708017. OLE color: 5708017.
HSL color Cylindrical-coordinate representation of color #F11857: hue angle of 342.58º 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 #F11857 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 87 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.05 |
| HSL | 342.58º | 0.89% | 0.52% | - |
| HSV(B) | 342.58º | 0.9% | 0.95% | - |
| XYZ | 38.32 | 20.04 | 10.87 | - |
| YUV | 96.07 | 122.89 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 87 | 0 | 0.90 | 0.64 | 0.05 | 342.58 | 0.89 | 0.52 |
| Hex | F1 | 18 | 57 | 0 | 5A | 40 | 5 | 157 | 59 | 34 |
| Octal | 361 | 30 | 127 | 0 | 132 | 100 | 5 | 527 | 131 | 64 |
| Binary | 11110001 | 11000 | 1010111 | 0 | 1011010 | 1000000 | 101 | 101010111 | 1011001 | 110100 |
Color Harmonies of #F11857
Complementary color
Monochromatic Colors of #F11857
Black with #F11857
Text Example
Text Example
White with #F11857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11857; }
p { color: rgb(241,24,87); }
H1.HeaderClassName
{
color: #F11857;
}
.AnyTagClassName
{
color: #F11857;
}
</style>
background-color css
<style>
a { background-color: #F11857; }
a { background-color: rgb(241,24,87); }
div.DivClassName
{
background-color: #F11857;
}
.BgClassName
{
background-color: #F11857;
}
</style>
border-color css
<style>
span { border-color: #F11857; }
span { border-color: rgb(241,24,87); }
td.TdClassName
{
border-color: #F11857;
}
.TagClassName
{
border-color: #F11857;
}
</style>