Shades of Razzmatazz #FE0863
Tints of Razzmatazz #FE0863
RGB
CMYK
RGB Variations
Color information
#FE0863 (or 0xFE0863) is known color: Razzmatazz. HEX triplet: FE, 08 and 63. RGB value is (254,8,99). Sum of RGB (Red+Green+Blue) = 254+8+99=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0863 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0863 is #01F79C. Grayscale: #5B5B5B. Windows color (decimal): -128925 or 6490366. OLE color: 6490366.
HSL color Cylindrical-coordinate representation of color #FE0863: hue angle of 337.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0863 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 99 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.00 |
| HSL | 337.8º | 0.99% | 0.51% | - |
| HSV(B) | 337.8º | 0.97% | 1% | - |
| XYZ | 43.21 | 22.15 | 13.8 | - |
| YUV | 91.93 | 132 | 243.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 99 | 0 | 0.97 | 0.61 | 0.00 | 337.8 | 0.99 | 0.51 |
| Hex | FE | 8 | 63 | 0 | 61 | 3D | 0 | 152 | 63 | 33 |
| Octal | 376 | 10 | 143 | 0 | 141 | 75 | 0 | 522 | 143 | 63 |
| Binary | 11111110 | 1000 | 1100011 | 0 | 1100001 | 111101 | 0 | 101010010 | 1100011 | 110011 |
Color Harmonies of #FE0863
Complementary color
Monochromatic Colors of #FE0863
Black with #FE0863
Text Example
Text Example
White with #FE0863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0863; }
p { color: rgb(254,8,99); }
H1.HeaderClassName
{
color: #FE0863;
}
.AnyTagClassName
{
color: #FE0863;
}
</style>
background-color css
<style>
a { background-color: #FE0863; }
a { background-color: rgb(254,8,99); }
div.DivClassName
{
background-color: #FE0863;
}
.BgClassName
{
background-color: #FE0863;
}
</style>
border-color css
<style>
span { border-color: #FE0863; }
span { border-color: rgb(254,8,99); }
td.TdClassName
{
border-color: #FE0863;
}
.TagClassName
{
border-color: #FE0863;
}
</style>