Shades of Razzmatazz #FE116F
Tints of Razzmatazz #FE116F
RGB
CMYK
RGB Variations
Color information
#FE116F (or 0xFE116F) is known color: Razzmatazz. HEX triplet: FE, 11 and 6F. RGB value is (254,17,111). Sum of RGB (Red+Green+Blue) = 254+17+111=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE116F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE116F is #01EE90. Grayscale: #626262. Windows color (decimal): -126609 or 7279102. OLE color: 7279102.
HSL color Cylindrical-coordinate representation of color #FE116F: hue angle of 336.2º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE116F is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 111 | - |
| CMYK | 0 | 0.93 | 0.56 | 0.00 |
| HSL | 336.2º | 0.99% | 0.53% | - |
| HSV(B) | 336.2º | 0.93% | 1% | - |
| XYZ | 43.94 | 22.62 | 17.09 | - |
| YUV | 98.58 | 135.02 | 238.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 111 | 0 | 0.93 | 0.56 | 0.00 | 336.2 | 0.99 | 0.53 |
| Hex | FE | 11 | 6F | 0 | 5D | 38 | 0 | 150 | 63 | 35 |
| Octal | 376 | 21 | 157 | 0 | 135 | 70 | 0 | 520 | 143 | 65 |
| Binary | 11111110 | 10001 | 1101111 | 0 | 1011101 | 111000 | 0 | 101010000 | 1100011 | 110101 |
Color Harmonies of #FE116F
Complementary color
Monochromatic Colors of #FE116F
Black with #FE116F
Text Example
Text Example
White with #FE116F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE116F; }
p { color: rgb(254,17,111); }
H1.HeaderClassName
{
color: #FE116F;
}
.AnyTagClassName
{
color: #FE116F;
}
</style>
background-color css
<style>
a { background-color: #FE116F; }
a { background-color: rgb(254,17,111); }
div.DivClassName
{
background-color: #FE116F;
}
.BgClassName
{
background-color: #FE116F;
}
</style>
border-color css
<style>
span { border-color: #FE116F; }
span { border-color: rgb(254,17,111); }
td.TdClassName
{
border-color: #FE116F;
}
.TagClassName
{
border-color: #FE116F;
}
</style>