Shades of Razzmatazz #FE1163
Tints of Razzmatazz #FE1163
RGB
CMYK
RGB Variations
Color information
#FE1163 (or 0xFE1163) is known color: Razzmatazz. HEX triplet: FE, 11 and 63. RGB value is (254,17,99). Sum of RGB (Red+Green+Blue) = 254+17+99=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1163 is #01EE9C. Grayscale: #616161. Windows color (decimal): -126621 or 6492670. OLE color: 6492670.
HSL color Cylindrical-coordinate representation of color #FE1163: hue angle of 339.24º 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 #FE1163 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 99 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.00 |
| HSL | 339.24º | 0.99% | 0.53% | - |
| HSV(B) | 339.24º | 0.93% | 1% | - |
| XYZ | 43.33 | 22.37 | 13.84 | - |
| YUV | 97.21 | 129.02 | 239.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 99 | 0 | 0.93 | 0.61 | 0.00 | 339.24 | 0.99 | 0.53 |
| Hex | FE | 11 | 63 | 0 | 5D | 3D | 0 | 153 | 63 | 35 |
| Octal | 376 | 21 | 143 | 0 | 135 | 75 | 0 | 523 | 143 | 65 |
| Binary | 11111110 | 10001 | 1100011 | 0 | 1011101 | 111101 | 0 | 101010011 | 1100011 | 110101 |
Color Harmonies of #FE1163
Complementary color
Monochromatic Colors of #FE1163
Black with #FE1163
Text Example
Text Example
White with #FE1163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1163; }
p { color: rgb(254,17,99); }
H1.HeaderClassName
{
color: #FE1163;
}
.AnyTagClassName
{
color: #FE1163;
}
</style>
background-color css
<style>
a { background-color: #FE1163; }
a { background-color: rgb(254,17,99); }
div.DivClassName
{
background-color: #FE1163;
}
.BgClassName
{
background-color: #FE1163;
}
</style>
border-color css
<style>
span { border-color: #FE1163; }
span { border-color: rgb(254,17,99); }
td.TdClassName
{
border-color: #FE1163;
}
.TagClassName
{
border-color: #FE1163;
}
</style>