Shades of Razzmatazz #F10478
Tints of Razzmatazz #F10478
RGB
CMYK
RGB Variations
Color information
#F10478 (or 0xF10478) is known color: Razzmatazz. HEX triplet: F1, 04 and 78. RGB value is (241,4,120). Sum of RGB (Red+Green+Blue) = 241+4+120=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F10478 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10478 is #0EFB87. Grayscale: #575757. Windows color (decimal): -981896 or 7865585. OLE color: 7865585.
HSL color Cylindrical-coordinate representation of color #F10478: hue angle of 330.63º 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 #F10478 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 4 | 120 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.05 |
| HSL | 330.63º | 0.97% | 0.48% | - |
| HSV(B) | 330.63º | 0.98% | 0.95% | - |
| XYZ | 39.71 | 20.14 | 19.56 | - |
| YUV | 88.09 | 146.02 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 4 | 120 | 0 | 0.98 | 0.50 | 0.05 | 330.63 | 0.97 | 0.48 |
| Hex | F1 | 4 | 78 | 0 | 62 | 32 | 5 | 14B | 61 | 30 |
| Octal | 361 | 4 | 170 | 0 | 142 | 62 | 5 | 513 | 141 | 60 |
| Binary | 11110001 | 100 | 1111000 | 0 | 1100010 | 110010 | 101 | 101001011 | 1100001 | 110000 |
Color Harmonies of #F10478
Complementary color
Monochromatic Colors of #F10478
Black with #F10478
Text Example
Text Example
White with #F10478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10478; }
p { color: rgb(241,4,120); }
H1.HeaderClassName
{
color: #F10478;
}
.AnyTagClassName
{
color: #F10478;
}
</style>
background-color css
<style>
a { background-color: #F10478; }
a { background-color: rgb(241,4,120); }
div.DivClassName
{
background-color: #F10478;
}
.BgClassName
{
background-color: #F10478;
}
</style>
border-color css
<style>
span { border-color: #F10478; }
span { border-color: rgb(241,4,120); }
td.TdClassName
{
border-color: #F10478;
}
.TagClassName
{
border-color: #F10478;
}
</style>