Shades of Razzmatazz #F10557
Tints of Razzmatazz #F10557
RGB
CMYK
RGB Variations
Color information
#F10557 (or 0xF10557) is known color: Razzmatazz. HEX triplet: F1, 05 and 57. RGB value is (241,5,87). Sum of RGB (Red+Green+Blue) = 241+5+87=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 5 (2.34% from 255 or 1.50% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F10557 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10557 is #0EFAA8. Grayscale: #545454. Windows color (decimal): -981673 or 5703153. OLE color: 5703153.
HSL color Cylindrical-coordinate representation of color #F10557: hue angle of 339.15º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F10557 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.05 |
| HSL | 339.15º | 0.96% | 0.48% | - |
| HSV(B) | 339.15º | 0.98% | 0.95% | - |
| XYZ | 38.05 | 19.5 | 10.77 | - |
| YUV | 84.91 | 129.19 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 87 | 0 | 0.98 | 0.64 | 0.05 | 339.15 | 0.96 | 0.48 |
| Hex | F1 | 5 | 57 | 0 | 62 | 40 | 5 | 153 | 60 | 30 |
| Octal | 361 | 5 | 127 | 0 | 142 | 100 | 5 | 523 | 140 | 60 |
| Binary | 11110001 | 101 | 1010111 | 0 | 1100010 | 1000000 | 101 | 101010011 | 1100000 | 110000 |
Color Harmonies of #F10557
Complementary color
Monochromatic Colors of #F10557
Black with #F10557
Text Example
Text Example
White with #F10557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10557; }
p { color: rgb(241,5,87); }
H1.HeaderClassName
{
color: #F10557;
}
.AnyTagClassName
{
color: #F10557;
}
</style>
background-color css
<style>
a { background-color: #F10557; }
a { background-color: rgb(241,5,87); }
div.DivClassName
{
background-color: #F10557;
}
.BgClassName
{
background-color: #F10557;
}
</style>
border-color css
<style>
span { border-color: #F10557; }
span { border-color: rgb(241,5,87); }
td.TdClassName
{
border-color: #F10557;
}
.TagClassName
{
border-color: #F10557;
}
</style>