Shades of Razzmatazz #F1144D
Tints of Razzmatazz #F1144D
RGB
CMYK
RGB Variations
Color information
#F1144D (or 0xF1144D) is known color: Razzmatazz. HEX triplet: F1, 14 and 4D. RGB value is (241,20,77). Sum of RGB (Red+Green+Blue) = 241+20+77=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1144D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1144D is #0EEBB2. Grayscale: #5C5C5C. Windows color (decimal): -977843 or 5051633. OLE color: 5051633.
HSL color Cylindrical-coordinate representation of color #F1144D: hue angle of 344.52º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F1144D is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 77 | - |
| CMYK | 0 | 0.92 | 0.68 | 0.05 |
| HSL | 344.52º | 0.89% | 0.51% | - |
| HSV(B) | 344.52º | 0.92% | 0.95% | - |
| XYZ | 37.87 | 19.74 | 8.84 | - |
| YUV | 92.58 | 119.22 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 77 | 0 | 0.92 | 0.68 | 0.05 | 344.52 | 0.89 | 0.51 |
| Hex | F1 | 14 | 4D | 0 | 5C | 44 | 5 | 159 | 59 | 33 |
| Octal | 361 | 24 | 115 | 0 | 134 | 104 | 5 | 531 | 131 | 63 |
| Binary | 11110001 | 10100 | 1001101 | 0 | 1011100 | 1000100 | 101 | 101011001 | 1011001 | 110011 |
Color Harmonies of #F1144D
Complementary color
Monochromatic Colors of #F1144D
Black with #F1144D
Text Example
Text Example
White with #F1144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1144D; }
p { color: rgb(241,20,77); }
H1.HeaderClassName
{
color: #F1144D;
}
.AnyTagClassName
{
color: #F1144D;
}
</style>
background-color css
<style>
a { background-color: #F1144D; }
a { background-color: rgb(241,20,77); }
div.DivClassName
{
background-color: #F1144D;
}
.BgClassName
{
background-color: #F1144D;
}
</style>
border-color css
<style>
span { border-color: #F1144D; }
span { border-color: rgb(241,20,77); }
td.TdClassName
{
border-color: #F1144D;
}
.TagClassName
{
border-color: #F1144D;
}
</style>