Shades of Razzmatazz #F1145F
Tints of Razzmatazz #F1145F
RGB
CMYK
RGB Variations
Color information
#F1145F (or 0xF1145F) is known color: Razzmatazz. HEX triplet: F1, 14 and 5F. RGB value is (241,20,95). Sum of RGB (Red+Green+Blue) = 241+20+95=356 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.70% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 241 - color contains mainly: red. Hex color #F1145F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1145F is #0EEBA0. Grayscale: #5E5E5E. Windows color (decimal): -977825 or 6231281. OLE color: 6231281.
HSL color Cylindrical-coordinate representation of color #F1145F: hue angle of 339.64º 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 #F1145F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 95 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.05 |
| HSL | 339.64º | 0.89% | 0.51% | - |
| HSV(B) | 339.64º | 0.92% | 0.95% | - |
| XYZ | 38.59 | 20.03 | 12.66 | - |
| YUV | 94.63 | 128.22 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 95 | 0 | 0.92 | 0.61 | 0.05 | 339.64 | 0.89 | 0.51 |
| Hex | F1 | 14 | 5F | 0 | 5C | 3D | 5 | 154 | 59 | 33 |
| Octal | 361 | 24 | 137 | 0 | 134 | 75 | 5 | 524 | 131 | 63 |
| Binary | 11110001 | 10100 | 1011111 | 0 | 1011100 | 111101 | 101 | 101010100 | 1011001 | 110011 |
Color Harmonies of #F1145F
Complementary color
Monochromatic Colors of #F1145F
Black with #F1145F
Text Example
Text Example
White with #F1145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1145F; }
p { color: rgb(241,20,95); }
H1.HeaderClassName
{
color: #F1145F;
}
.AnyTagClassName
{
color: #F1145F;
}
</style>
background-color css
<style>
a { background-color: #F1145F; }
a { background-color: rgb(241,20,95); }
div.DivClassName
{
background-color: #F1145F;
}
.BgClassName
{
background-color: #F1145F;
}
</style>
border-color css
<style>
span { border-color: #F1145F; }
span { border-color: rgb(241,20,95); }
td.TdClassName
{
border-color: #F1145F;
}
.TagClassName
{
border-color: #F1145F;
}
</style>