Shades of Razzmatazz #F1054D
Tints of Razzmatazz #F1054D
RGB
CMYK
RGB Variations
Color information
#F1054D (or 0xF1054D) is known color: Razzmatazz. HEX triplet: F1, 05 and 4D. RGB value is (241,5,77). Sum of RGB (Red+Green+Blue) = 241+5+77=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 5 (2.34% from 255 or 1.55% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F1054D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1054D is #0EFAB2. Grayscale: #535353. Windows color (decimal): -981683 or 5047793. OLE color: 5047793.
HSL color Cylindrical-coordinate representation of color #F1054D: hue angle of 341.69º 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 #F1054D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 77 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.05 |
| HSL | 341.69º | 0.96% | 0.48% | - |
| HSV(B) | 341.69º | 0.98% | 0.95% | - |
| XYZ | 37.67 | 19.35 | 8.77 | - |
| YUV | 83.77 | 124.19 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 77 | 0 | 0.98 | 0.68 | 0.05 | 341.69 | 0.96 | 0.48 |
| Hex | F1 | 5 | 4D | 0 | 62 | 44 | 5 | 156 | 60 | 30 |
| Octal | 361 | 5 | 115 | 0 | 142 | 104 | 5 | 526 | 140 | 60 |
| Binary | 11110001 | 101 | 1001101 | 0 | 1100010 | 1000100 | 101 | 101010110 | 1100000 | 110000 |
Color Harmonies of #F1054D
Complementary color
Monochromatic Colors of #F1054D
Black with #F1054D
Text Example
Text Example
White with #F1054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1054D; }
p { color: rgb(241,5,77); }
H1.HeaderClassName
{
color: #F1054D;
}
.AnyTagClassName
{
color: #F1054D;
}
</style>
background-color css
<style>
a { background-color: #F1054D; }
a { background-color: rgb(241,5,77); }
div.DivClassName
{
background-color: #F1054D;
}
.BgClassName
{
background-color: #F1054D;
}
</style>
border-color css
<style>
span { border-color: #F1054D; }
span { border-color: rgb(241,5,77); }
td.TdClassName
{
border-color: #F1054D;
}
.TagClassName
{
border-color: #F1054D;
}
</style>