Shades of Razzmatazz #F10477
Tints of Razzmatazz #F10477
RGB
CMYK
RGB Variations
Color information
#F10477 (or 0xF10477) is known color: Razzmatazz. HEX triplet: F1, 04 and 77. RGB value is (241,4,119). Sum of RGB (Red+Green+Blue) = 241+4+119=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F10477 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10477 is #0EFB88. Grayscale: #575757. Windows color (decimal): -981897 or 7800049. OLE color: 7800049.
HSL color Cylindrical-coordinate representation of color #F10477: hue angle of 330.89º degrees, saturation: 0.97, 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 #F10477 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 119 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.05 |
| HSL | 330.89º | 0.97% | 0.48% | - |
| HSV(B) | 330.89º | 0.98% | 0.95% | - |
| XYZ | 39.65 | 20.12 | 19.25 | - |
| YUV | 87.97 | 145.52 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 119 | 0 | 0.98 | 0.51 | 0.05 | 330.89 | 0.97 | 0.48 |
| Hex | F1 | 4 | 77 | 0 | 62 | 33 | 5 | 14B | 61 | 30 |
| Octal | 361 | 4 | 167 | 0 | 142 | 63 | 5 | 513 | 141 | 60 |
| Binary | 11110001 | 100 | 1110111 | 0 | 1100010 | 110011 | 101 | 101001011 | 1100001 | 110000 |
Color Harmonies of #F10477
Complementary color
Monochromatic Colors of #F10477
Black with #F10477
Text Example
Text Example
White with #F10477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10477; }
p { color: rgb(241,4,119); }
H1.HeaderClassName
{
color: #F10477;
}
.AnyTagClassName
{
color: #F10477;
}
</style>
background-color css
<style>
a { background-color: #F10477; }
a { background-color: rgb(241,4,119); }
div.DivClassName
{
background-color: #F10477;
}
.BgClassName
{
background-color: #F10477;
}
</style>
border-color css
<style>
span { border-color: #F10477; }
span { border-color: rgb(241,4,119); }
td.TdClassName
{
border-color: #F10477;
}
.TagClassName
{
border-color: #F10477;
}
</style>