Shades of Razzmatazz #FF115E
Tints of Razzmatazz #FF115E
RGB
CMYK
RGB Variations
Color information
#FF115E (or 0xFF115E) is known color: Razzmatazz. HEX triplet: FF, 11 and 5E. RGB value is (255,17,94). Sum of RGB (Red+Green+Blue) = 255+17+94=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF115E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF115E is #00EEA1. Grayscale: #606060. Windows color (decimal): -61090 or 6164991. OLE color: 6164991.
HSL color Cylindrical-coordinate representation of color #FF115E: hue angle of 340.59º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF115E is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 94 | - |
| CMYK | 0 | 0.93 | 0.63 | 0 |
| HSL | 340.59º | 1% | 0.53% | - |
| HSV(B) | 340.59º | 0.93% | 1% | - |
| XYZ | 43.46 | 22.47 | 12.64 | - |
| YUV | 96.94 | 126.35 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 94 | 0 | 0.93 | 0.63 | 0 | 340.59 | 1 | 0.53 |
| Hex | FF | 11 | 5E | 0 | 5D | 3F | 0 | 155 | 64 | 35 |
| Octal | 377 | 21 | 136 | 0 | 135 | 77 | 0 | 525 | 144 | 65 |
| Binary | 11111111 | 10001 | 1011110 | 0 | 1011101 | 111111 | 0 | 101010101 | 1100100 | 110101 |
Color Harmonies of #FF115E
Complementary color
Monochromatic Colors of #FF115E
Black with #FF115E
Text Example
Text Example
White with #FF115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF115E; }
p { color: rgb(255,17,94); }
H1.HeaderClassName
{
color: #FF115E;
}
.AnyTagClassName
{
color: #FF115E;
}
</style>
background-color css
<style>
a { background-color: #FF115E; }
a { background-color: rgb(255,17,94); }
div.DivClassName
{
background-color: #FF115E;
}
.BgClassName
{
background-color: #FF115E;
}
</style>
border-color css
<style>
span { border-color: #FF115E; }
span { border-color: rgb(255,17,94); }
td.TdClassName
{
border-color: #FF115E;
}
.TagClassName
{
border-color: #FF115E;
}
</style>