Shades of Razzmatazz #F1145A
Tints of Razzmatazz #F1145A
RGB
CMYK
RGB Variations
Color information
#F1145A (or 0xF1145A) is known color: Razzmatazz. HEX triplet: F1, 14 and 5A. RGB value is (241,20,90). Sum of RGB (Red+Green+Blue) = 241+20+90=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1145A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1145A is #0EEBA5. Grayscale: #5E5E5E. Windows color (decimal): -977830 or 5903601. OLE color: 5903601.
HSL color Cylindrical-coordinate representation of color #F1145A: hue angle of 341º 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 #F1145A is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 20 | 90 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.05 |
| HSL | 341º | 0.89% | 0.51% | - |
| HSV(B) | 341º | 0.92% | 0.95% | - |
| XYZ | 38.37 | 19.94 | 11.5 | - |
| YUV | 94.06 | 125.72 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 20 | 90 | 0 | 0.92 | 0.63 | 0.05 | 341 | 0.89 | 0.51 |
| Hex | F1 | 14 | 5A | 0 | 5C | 3F | 5 | 155 | 59 | 33 |
| Octal | 361 | 24 | 132 | 0 | 134 | 77 | 5 | 525 | 131 | 63 |
| Binary | 11110001 | 10100 | 1011010 | 0 | 1011100 | 111111 | 101 | 101010101 | 1011001 | 110011 |
Color Harmonies of #F1145A
Complementary color
Monochromatic Colors of #F1145A
Black with #F1145A
Text Example
Text Example
White with #F1145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1145A; }
p { color: rgb(241,20,90); }
H1.HeaderClassName
{
color: #F1145A;
}
.AnyTagClassName
{
color: #F1145A;
}
</style>
background-color css
<style>
a { background-color: #F1145A; }
a { background-color: rgb(241,20,90); }
div.DivClassName
{
background-color: #F1145A;
}
.BgClassName
{
background-color: #F1145A;
}
</style>
border-color css
<style>
span { border-color: #F1145A; }
span { border-color: rgb(241,20,90); }
td.TdClassName
{
border-color: #F1145A;
}
.TagClassName
{
border-color: #F1145A;
}
</style>