Shades of Razzmatazz #F1104A
Tints of Razzmatazz #F1104A
RGB
CMYK
RGB Variations
Color information
#F1104A (or 0xF1104A) is known color: Razzmatazz. HEX triplet: F1, 10 and 4A. RGB value is (241,16,74). Sum of RGB (Red+Green+Blue) = 241+16+74=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 16 (6.64% from 255 or 4.83% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F1104A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1104A is #0EEFB5. Grayscale: #595959. Windows color (decimal): -978870 or 4854001. OLE color: 4854001.
HSL color Cylindrical-coordinate representation of color #F1104A: hue angle of 344.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F1104A is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 74 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.05 |
| HSL | 344.53º | 0.89% | 0.5% | - |
| HSV(B) | 344.53º | 0.93% | 0.95% | - |
| XYZ | 37.7 | 19.57 | 8.27 | - |
| YUV | 89.89 | 119.04 | 235.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 74 | 0 | 0.93 | 0.69 | 0.05 | 344.53 | 0.89 | 0.5 |
| Hex | F1 | 10 | 4A | 0 | 5D | 45 | 5 | 159 | 59 | 32 |
| Octal | 361 | 20 | 112 | 0 | 135 | 105 | 5 | 531 | 131 | 62 |
| Binary | 11110001 | 10000 | 1001010 | 0 | 1011101 | 1000101 | 101 | 101011001 | 1011001 | 110010 |
Color Harmonies of #F1104A
Complementary color
Monochromatic Colors of #F1104A
Black with #F1104A
Text Example
Text Example
White with #F1104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1104A; }
p { color: rgb(241,16,74); }
H1.HeaderClassName
{
color: #F1104A;
}
.AnyTagClassName
{
color: #F1104A;
}
</style>
background-color css
<style>
a { background-color: #F1104A; }
a { background-color: rgb(241,16,74); }
div.DivClassName
{
background-color: #F1104A;
}
.BgClassName
{
background-color: #F1104A;
}
</style>
border-color css
<style>
span { border-color: #F1104A; }
span { border-color: rgb(241,16,74); }
td.TdClassName
{
border-color: #F1104A;
}
.TagClassName
{
border-color: #F1104A;
}
</style>