Shades of Razzmatazz #FE1063
Tints of Razzmatazz #FE1063
RGB
CMYK
RGB Variations
Color information
#FE1063 (or 0xFE1063) is known color: Razzmatazz. HEX triplet: FE, 10 and 63. RGB value is (254,16,99). Sum of RGB (Red+Green+Blue) = 254+16+99=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1063 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1063 is #01EF9C. Grayscale: #606060. Windows color (decimal): -126877 or 6492414. OLE color: 6492414.
HSL color Cylindrical-coordinate representation of color #FE1063: hue angle of 339.08º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1063 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 99 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.00 |
| HSL | 339.08º | 0.99% | 0.53% | - |
| HSV(B) | 339.08º | 0.94% | 1% | - |
| XYZ | 43.31 | 22.34 | 13.83 | - |
| YUV | 96.62 | 129.35 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 99 | 0 | 0.94 | 0.61 | 0.00 | 339.08 | 0.99 | 0.53 |
| Hex | FE | 10 | 63 | 0 | 5E | 3D | 0 | 153 | 63 | 35 |
| Octal | 376 | 20 | 143 | 0 | 136 | 75 | 0 | 523 | 143 | 65 |
| Binary | 11111110 | 10000 | 1100011 | 0 | 1011110 | 111101 | 0 | 101010011 | 1100011 | 110101 |
Color Harmonies of #FE1063
Complementary color
Monochromatic Colors of #FE1063
Black with #FE1063
Text Example
Text Example
White with #FE1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1063; }
p { color: rgb(254,16,99); }
H1.HeaderClassName
{
color: #FE1063;
}
.AnyTagClassName
{
color: #FE1063;
}
</style>
background-color css
<style>
a { background-color: #FE1063; }
a { background-color: rgb(254,16,99); }
div.DivClassName
{
background-color: #FE1063;
}
.BgClassName
{
background-color: #FE1063;
}
</style>
border-color css
<style>
span { border-color: #FE1063; }
span { border-color: rgb(254,16,99); }
td.TdClassName
{
border-color: #FE1063;
}
.TagClassName
{
border-color: #FE1063;
}
</style>