Shades of Razzmatazz #FE1457
Tints of Razzmatazz #FE1457
RGB
CMYK
RGB Variations
Color information
#FE1457 (or 0xFE1457) is known color: Razzmatazz. HEX triplet: FE, 14 and 57. RGB value is (254,20,87). Sum of RGB (Red+Green+Blue) = 254+20+87=361 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.36% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1457 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1457 is #01EBA8. Grayscale: #616161. Windows color (decimal): -125865 or 5707006. OLE color: 5707006.
HSL color Cylindrical-coordinate representation of color #FE1457: hue angle of 342.82º 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 #FE1457 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 87 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.00 |
| HSL | 342.82º | 0.99% | 0.54% | - |
| HSV(B) | 342.82º | 0.92% | 1% | - |
| XYZ | 42.84 | 22.26 | 11.06 | - |
| YUV | 97.6 | 122.02 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 87 | 0 | 0.92 | 0.66 | 0.00 | 342.82 | 0.99 | 0.54 |
| Hex | FE | 14 | 57 | 0 | 5C | 42 | 0 | 157 | 63 | 36 |
| Octal | 376 | 24 | 127 | 0 | 134 | 102 | 0 | 527 | 143 | 66 |
| Binary | 11111110 | 10100 | 1010111 | 0 | 1011100 | 1000010 | 0 | 101010111 | 1100011 | 110110 |
Color Harmonies of #FE1457
Complementary color
Monochromatic Colors of #FE1457
Black with #FE1457
Text Example
Text Example
White with #FE1457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1457; }
p { color: rgb(254,20,87); }
H1.HeaderClassName
{
color: #FE1457;
}
.AnyTagClassName
{
color: #FE1457;
}
</style>
background-color css
<style>
a { background-color: #FE1457; }
a { background-color: rgb(254,20,87); }
div.DivClassName
{
background-color: #FE1457;
}
.BgClassName
{
background-color: #FE1457;
}
</style>
border-color css
<style>
span { border-color: #FE1457; }
span { border-color: rgb(254,20,87); }
td.TdClassName
{
border-color: #FE1457;
}
.TagClassName
{
border-color: #FE1457;
}
</style>