Shades of Razzmatazz #FE0163
Tints of Razzmatazz #FE0163
RGB
CMYK
RGB Variations
Color information
#FE0163 (or 0xFE0163) is known color: Razzmatazz. HEX triplet: FE, 01 and 63. RGB value is (254,1,99). Sum of RGB (Red+Green+Blue) = 254+1+99=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 1 (0.78% from 255 or 0.28% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0163 is #01FE9C. Grayscale: #575757. Windows color (decimal): -130717 or 6488574. OLE color: 6488574.
HSL color Cylindrical-coordinate representation of color #FE0163: hue angle of 336.76º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0163 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 99 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.00 |
| HSL | 336.76º | 0.99% | 0.5% | - |
| HSV(B) | 336.76º | 1% | 1% | - |
| XYZ | 43.14 | 21.99 | 13.78 | - |
| YUV | 87.82 | 134.32 | 246.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 99 | 0 | 1.00 | 0.61 | 0.00 | 336.76 | 0.99 | 0.5 |
| Hex | FE | 1 | 63 | 0 | 64 | 3D | 0 | 151 | 63 | 32 |
| Octal | 376 | 1 | 143 | 0 | 144 | 75 | 0 | 521 | 143 | 62 |
| Binary | 11111110 | 1 | 1100011 | 0 | 1100100 | 111101 | 0 | 101010001 | 1100011 | 110010 |
Color Harmonies of #FE0163
Complementary color
Monochromatic Colors of #FE0163
Black with #FE0163
Text Example
Text Example
White with #FE0163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0163; }
p { color: rgb(254,1,99); }
H1.HeaderClassName
{
color: #FE0163;
}
.AnyTagClassName
{
color: #FE0163;
}
</style>
background-color css
<style>
a { background-color: #FE0163; }
a { background-color: rgb(254,1,99); }
div.DivClassName
{
background-color: #FE0163;
}
.BgClassName
{
background-color: #FE0163;
}
</style>
border-color css
<style>
span { border-color: #FE0163; }
span { border-color: rgb(254,1,99); }
td.TdClassName
{
border-color: #FE0163;
}
.TagClassName
{
border-color: #FE0163;
}
</style>