Shades of Razzmatazz #FE1663
Tints of Razzmatazz #FE1663
RGB
CMYK
RGB Variations
Color information
#FE1663 (or 0xFE1663) is known color: Razzmatazz. HEX triplet: FE, 16 and 63. RGB value is (254,22,99). Sum of RGB (Red+Green+Blue) = 254+22+99=375 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.73% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 99 (39.06% from 255 or 26.4% from 375); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1663 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1663 is #01E99C. Grayscale: #646464. Windows color (decimal): -125341 or 6493950. OLE color: 6493950.
HSL color Cylindrical-coordinate representation of color #FE1663: hue angle of 340.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1663 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 99 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.00 |
| HSL | 340.09º | 0.99% | 0.54% | - |
| HSV(B) | 340.09º | 0.91% | 1% | - |
| XYZ | 43.41 | 22.55 | 13.87 | - |
| YUV | 100.15 | 127.36 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 99 | 0 | 0.91 | 0.61 | 0.00 | 340.09 | 0.99 | 0.54 |
| Hex | FE | 16 | 63 | 0 | 5B | 3D | 0 | 154 | 63 | 36 |
| Octal | 376 | 26 | 143 | 0 | 133 | 75 | 0 | 524 | 143 | 66 |
| Binary | 11111110 | 10110 | 1100011 | 0 | 1011011 | 111101 | 0 | 101010100 | 1100011 | 110110 |
Color Harmonies of #FE1663
Complementary color
Monochromatic Colors of #FE1663
Black with #FE1663
Text Example
Text Example
White with #FE1663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1663; }
p { color: rgb(254,22,99); }
H1.HeaderClassName
{
color: #FE1663;
}
.AnyTagClassName
{
color: #FE1663;
}
</style>
background-color css
<style>
a { background-color: #FE1663; }
a { background-color: rgb(254,22,99); }
div.DivClassName
{
background-color: #FE1663;
}
.BgClassName
{
background-color: #FE1663;
}
</style>
border-color css
<style>
span { border-color: #FE1663; }
span { border-color: rgb(254,22,99); }
td.TdClassName
{
border-color: #FE1663;
}
.TagClassName
{
border-color: #FE1663;
}
</style>