Shades of Razzmatazz #FE1456
Tints of Razzmatazz #FE1456
RGB
CMYK
RGB Variations
Color information
#FE1456 (or 0xFE1456) is known color: Razzmatazz. HEX triplet: FE, 14 and 56. RGB value is (254,20,86). Sum of RGB (Red+Green+Blue) = 254+20+86=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1456 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1456 is #01EBA9. Grayscale: #616161. Windows color (decimal): -125866 or 5641470. OLE color: 5641470.
HSL color Cylindrical-coordinate representation of color #FE1456: hue angle of 343.08º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE1456 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 86 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.00 |
| HSL | 343.08º | 0.99% | 0.54% | - |
| HSV(B) | 343.08º | 0.92% | 1% | - |
| XYZ | 42.8 | 22.24 | 10.84 | - |
| YUV | 97.49 | 121.52 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 86 | 0 | 0.92 | 0.66 | 0.00 | 343.08 | 0.99 | 0.54 |
| Hex | FE | 14 | 56 | 0 | 5C | 42 | 0 | 157 | 63 | 36 |
| Octal | 376 | 24 | 126 | 0 | 134 | 102 | 0 | 527 | 143 | 66 |
| Binary | 11111110 | 10100 | 1010110 | 0 | 1011100 | 1000010 | 0 | 101010111 | 1100011 | 110110 |
Color Harmonies of #FE1456
Complementary color
Monochromatic Colors of #FE1456
Black with #FE1456
Text Example
Text Example
White with #FE1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1456; }
p { color: rgb(254,20,86); }
H1.HeaderClassName
{
color: #FE1456;
}
.AnyTagClassName
{
color: #FE1456;
}
</style>
background-color css
<style>
a { background-color: #FE1456; }
a { background-color: rgb(254,20,86); }
div.DivClassName
{
background-color: #FE1456;
}
.BgClassName
{
background-color: #FE1456;
}
</style>
border-color css
<style>
span { border-color: #FE1456; }
span { border-color: rgb(254,20,86); }
td.TdClassName
{
border-color: #FE1456;
}
.TagClassName
{
border-color: #FE1456;
}
</style>