Shades of Razzmatazz #FE116B
Tints of Razzmatazz #FE116B
RGB
CMYK
RGB Variations
Color information
#FE116B (or 0xFE116B) is known color: Razzmatazz. HEX triplet: FE, 11 and 6B. RGB value is (254,17,107). Sum of RGB (Red+Green+Blue) = 254+17+107=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE116B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE116B is #01EE94. Grayscale: #626262. Windows color (decimal): -126613 or 7016958. OLE color: 7016958.
HSL color Cylindrical-coordinate representation of color #FE116B: hue angle of 337.22º 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 #FE116B is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 107 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.00 |
| HSL | 337.22º | 0.99% | 0.53% | - |
| HSV(B) | 337.22º | 0.93% | 1% | - |
| XYZ | 43.73 | 22.53 | 15.95 | - |
| YUV | 98.12 | 133.02 | 239.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 107 | 0 | 0.93 | 0.58 | 0.00 | 337.22 | 0.99 | 0.53 |
| Hex | FE | 11 | 6B | 0 | 5D | 3A | 0 | 151 | 63 | 35 |
| Octal | 376 | 21 | 153 | 0 | 135 | 72 | 0 | 521 | 143 | 65 |
| Binary | 11111110 | 10001 | 1101011 | 0 | 1011101 | 111010 | 0 | 101010001 | 1100011 | 110101 |
Color Harmonies of #FE116B
Complementary color
Monochromatic Colors of #FE116B
Black with #FE116B
Text Example
Text Example
White with #FE116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE116B; }
p { color: rgb(254,17,107); }
H1.HeaderClassName
{
color: #FE116B;
}
.AnyTagClassName
{
color: #FE116B;
}
</style>
background-color css
<style>
a { background-color: #FE116B; }
a { background-color: rgb(254,17,107); }
div.DivClassName
{
background-color: #FE116B;
}
.BgClassName
{
background-color: #FE116B;
}
</style>
border-color css
<style>
span { border-color: #FE116B; }
span { border-color: rgb(254,17,107); }
td.TdClassName
{
border-color: #FE116B;
}
.TagClassName
{
border-color: #FE116B;
}
</style>