Shades of Razzmatazz #F10577
Tints of Razzmatazz #F10577
RGB
CMYK
RGB Variations
Color information
#F10577 (or 0xF10577) is known color: Razzmatazz. HEX triplet: F1, 05 and 77. RGB value is (241,5,119). Sum of RGB (Red+Green+Blue) = 241+5+119=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F10577 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10577 is #0EFA88. Grayscale: #585858. Windows color (decimal): -981641 or 7800305. OLE color: 7800305.
HSL color Cylindrical-coordinate representation of color #F10577: hue angle of 331.02º 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 #F10577 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 119 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.05 |
| HSL | 331.02º | 0.96% | 0.48% | - |
| HSV(B) | 331.02º | 0.98% | 0.95% | - |
| XYZ | 39.66 | 20.14 | 19.25 | - |
| YUV | 88.56 | 145.19 | 236.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 119 | 0 | 0.98 | 0.51 | 0.05 | 331.02 | 0.96 | 0.48 |
| Hex | F1 | 5 | 77 | 0 | 62 | 33 | 5 | 14B | 60 | 30 |
| Octal | 361 | 5 | 167 | 0 | 142 | 63 | 5 | 513 | 140 | 60 |
| Binary | 11110001 | 101 | 1110111 | 0 | 1100010 | 110011 | 101 | 101001011 | 1100000 | 110000 |
Color Harmonies of #F10577
Complementary color
Monochromatic Colors of #F10577
Black with #F10577
Text Example
Text Example
White with #F10577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10577; }
p { color: rgb(241,5,119); }
H1.HeaderClassName
{
color: #F10577;
}
.AnyTagClassName
{
color: #F10577;
}
</style>
background-color css
<style>
a { background-color: #F10577; }
a { background-color: rgb(241,5,119); }
div.DivClassName
{
background-color: #F10577;
}
.BgClassName
{
background-color: #F10577;
}
</style>
border-color css
<style>
span { border-color: #F10577; }
span { border-color: rgb(241,5,119); }
td.TdClassName
{
border-color: #F10577;
}
.TagClassName
{
border-color: #F10577;
}
</style>