Shades of Razzmatazz #F1054F
Tints of Razzmatazz #F1054F
RGB
CMYK
RGB Variations
Color information
#F1054F (or 0xF1054F) is known color: Razzmatazz. HEX triplet: F1, 05 and 4F. RGB value is (241,5,79). Sum of RGB (Red+Green+Blue) = 241+5+79=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F1054F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1054F is #0EFAB0. Grayscale: #535353. Windows color (decimal): -981681 or 5178865. OLE color: 5178865.
HSL color Cylindrical-coordinate representation of color #F1054F: hue angle of 341.19º 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 #F1054F is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.05 |
| HSL | 341.19º | 0.96% | 0.48% | - |
| HSV(B) | 341.19º | 0.98% | 0.95% | - |
| XYZ | 37.74 | 19.37 | 9.15 | - |
| YUV | 84 | 125.19 | 239.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 5 | 79 | 0 | 0.98 | 0.67 | 0.05 | 341.19 | 0.96 | 0.48 |
| Hex | F1 | 5 | 4F | 0 | 62 | 43 | 5 | 155 | 60 | 30 |
| Octal | 361 | 5 | 117 | 0 | 142 | 103 | 5 | 525 | 140 | 60 |
| Binary | 11110001 | 101 | 1001111 | 0 | 1100010 | 1000011 | 101 | 101010101 | 1100000 | 110000 |
Color Harmonies of #F1054F
Complementary color
Monochromatic Colors of #F1054F
Black with #F1054F
Text Example
Text Example
White with #F1054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1054F; }
p { color: rgb(241,5,79); }
H1.HeaderClassName
{
color: #F1054F;
}
.AnyTagClassName
{
color: #F1054F;
}
</style>
background-color css
<style>
a { background-color: #F1054F; }
a { background-color: rgb(241,5,79); }
div.DivClassName
{
background-color: #F1054F;
}
.BgClassName
{
background-color: #F1054F;
}
</style>
border-color css
<style>
span { border-color: #F1054F; }
span { border-color: rgb(241,5,79); }
td.TdClassName
{
border-color: #F1054F;
}
.TagClassName
{
border-color: #F1054F;
}
</style>