Shades of Razzmatazz #FF116D
Tints of Razzmatazz #FF116D
RGB
CMYK
RGB Variations
Color information
#FF116D (or 0xFF116D) is known color: Razzmatazz. HEX triplet: FF, 11 and 6D. RGB value is (255,17,109). Sum of RGB (Red+Green+Blue) = 255+17+109=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF116D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF116D is #00EE92. Grayscale: #626262. Windows color (decimal): -61075 or 7148031. OLE color: 7148031.
HSL color Cylindrical-coordinate representation of color #FF116D: hue angle of 336.81º 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 #FF116D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 109 | - |
| CMYK | 0 | 0.93 | 0.57 | 0 |
| HSL | 336.81º | 1% | 0.53% | - |
| HSV(B) | 336.81º | 0.93% | 1% | - |
| XYZ | 44.2 | 22.77 | 16.53 | - |
| YUV | 98.65 | 133.85 | 239.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 109 | 0 | 0.93 | 0.57 | 0 | 336.81 | 1 | 0.53 |
| Hex | FF | 11 | 6D | 0 | 5D | 39 | 0 | 151 | 64 | 35 |
| Octal | 377 | 21 | 155 | 0 | 135 | 71 | 0 | 521 | 144 | 65 |
| Binary | 11111111 | 10001 | 1101101 | 0 | 1011101 | 111001 | 0 | 101010001 | 1100100 | 110101 |
Color Harmonies of #FF116D
Complementary color
Monochromatic Colors of #FF116D
Black with #FF116D
Text Example
Text Example
White with #FF116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF116D; }
p { color: rgb(255,17,109); }
H1.HeaderClassName
{
color: #FF116D;
}
.AnyTagClassName
{
color: #FF116D;
}
</style>
background-color css
<style>
a { background-color: #FF116D; }
a { background-color: rgb(255,17,109); }
div.DivClassName
{
background-color: #FF116D;
}
.BgClassName
{
background-color: #FF116D;
}
</style>
border-color css
<style>
span { border-color: #FF116D; }
span { border-color: rgb(255,17,109); }
td.TdClassName
{
border-color: #FF116D;
}
.TagClassName
{
border-color: #FF116D;
}
</style>