Shades of Razzmatazz #F1155C
Tints of Razzmatazz #F1155C
RGB
CMYK
RGB Variations
Color information
#F1155C (or 0xF1155C) is known color: Razzmatazz. HEX triplet: F1, 15 and 5C. RGB value is (241,21,92). Sum of RGB (Red+Green+Blue) = 241+21+92=354 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.08% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 241 - color contains mainly: red. Hex color #F1155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1155C is #0EEAA3. Grayscale: #5E5E5E. Windows color (decimal): -977572 or 6034929. OLE color: 6034929.
HSL color Cylindrical-coordinate representation of color #F1155C: hue angle of 340.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F1155C is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 92 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.05 |
| HSL | 340.64º | 0.89% | 0.51% | - |
| HSV(B) | 340.64º | 0.91% | 0.95% | - |
| XYZ | 38.48 | 20.01 | 11.96 | - |
| YUV | 94.87 | 126.39 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 92 | 0 | 0.91 | 0.62 | 0.05 | 340.64 | 0.89 | 0.51 |
| Hex | F1 | 15 | 5C | 0 | 5B | 3E | 5 | 155 | 59 | 33 |
| Octal | 361 | 25 | 134 | 0 | 133 | 76 | 5 | 525 | 131 | 63 |
| Binary | 11110001 | 10101 | 1011100 | 0 | 1011011 | 111110 | 101 | 101010101 | 1011001 | 110011 |
Color Harmonies of #F1155C
Complementary color
Monochromatic Colors of #F1155C
Black with #F1155C
Text Example
Text Example
White with #F1155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1155C; }
p { color: rgb(241,21,92); }
H1.HeaderClassName
{
color: #F1155C;
}
.AnyTagClassName
{
color: #F1155C;
}
</style>
background-color css
<style>
a { background-color: #F1155C; }
a { background-color: rgb(241,21,92); }
div.DivClassName
{
background-color: #F1155C;
}
.BgClassName
{
background-color: #F1155C;
}
</style>
border-color css
<style>
span { border-color: #F1155C; }
span { border-color: rgb(241,21,92); }
td.TdClassName
{
border-color: #F1155C;
}
.TagClassName
{
border-color: #F1155C;
}
</style>