Shades of Razzmatazz #F1004C
Tints of Razzmatazz #F1004C
RGB
CMYK
RGB Variations
Color information
#F1004C (or 0xF1004C) is known color: Razzmatazz. HEX triplet: F1, 00 and 4C. RGB value is (241,0,76). Sum of RGB (Red+Green+Blue) = 241+0+76=317 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.03% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 241 - color contains mainly: red. Hex color #F1004C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F1004C is #0EFFB3. Grayscale: #505050. Windows color (decimal): -982964 or 4980977. OLE color: 4980977.
HSL color Cylindrical-coordinate representation of color #F1004C: hue angle of 341.08º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F1004C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.68 | 0.05 |
| HSL | 341.08º | 1% | 0.47% | - |
| HSV(B) | 341.08º | 1% | 0.95% | - |
| XYZ | 37.58 | 19.22 | 8.57 | - |
| YUV | 80.72 | 125.34 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 76 | 0 | 1 | 0.68 | 0.05 | 341.08 | 1 | 0.47 |
| Hex | F1 | 0 | 4C | 0 | 64 | 44 | 5 | 155 | 64 | 2F |
| Octal | 361 | 0 | 114 | 0 | 144 | 104 | 5 | 525 | 144 | 57 |
| Binary | 11110001 | 0 | 1001100 | 0 | 1100100 | 1000100 | 101 | 101010101 | 1100100 | 101111 |
Color Harmonies of #F1004C
Complementary color
Monochromatic Colors of #F1004C
Black with #F1004C
Text Example
Text Example
White with #F1004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1004C; }
p { color: rgb(241,0,76); }
H1.HeaderClassName
{
color: #F1004C;
}
.AnyTagClassName
{
color: #F1004C;
}
</style>
background-color css
<style>
a { background-color: #F1004C; }
a { background-color: rgb(241,0,76); }
div.DivClassName
{
background-color: #F1004C;
}
.BgClassName
{
background-color: #F1004C;
}
</style>
border-color css
<style>
span { border-color: #F1004C; }
span { border-color: rgb(241,0,76); }
td.TdClassName
{
border-color: #F1004C;
}
.TagClassName
{
border-color: #F1004C;
}
</style>