Shades of Razzmatazz #FE1460
Tints of Razzmatazz #FE1460
RGB
CMYK
RGB Variations
Color information
#FE1460 (or 0xFE1460) is known color: Razzmatazz. HEX triplet: FE, 14 and 60. RGB value is (254,20,96). Sum of RGB (Red+Green+Blue) = 254+20+96=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 96 (37.89% from 255 or 25.95% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1460 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1460 is #01EB9F. Grayscale: #626262. Windows color (decimal): -125856 or 6296830. OLE color: 6296830.
HSL color Cylindrical-coordinate representation of color #FE1460: hue angle of 340.51º 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 #FE1460 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 96 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.00 |
| HSL | 340.51º | 0.99% | 0.54% | - |
| HSV(B) | 340.51º | 0.92% | 1% | - |
| XYZ | 43.23 | 22.42 | 13.11 | - |
| YUV | 98.63 | 126.52 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 96 | 0 | 0.92 | 0.62 | 0.00 | 340.51 | 0.99 | 0.54 |
| Hex | FE | 14 | 60 | 0 | 5C | 3E | 0 | 155 | 63 | 36 |
| Octal | 376 | 24 | 140 | 0 | 134 | 76 | 0 | 525 | 143 | 66 |
| Binary | 11111110 | 10100 | 1100000 | 0 | 1011100 | 111110 | 0 | 101010101 | 1100011 | 110110 |
Color Harmonies of #FE1460
Complementary color
Monochromatic Colors of #FE1460
Black with #FE1460
Text Example
Text Example
White with #FE1460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1460; }
p { color: rgb(254,20,96); }
H1.HeaderClassName
{
color: #FE1460;
}
.AnyTagClassName
{
color: #FE1460;
}
</style>
background-color css
<style>
a { background-color: #FE1460; }
a { background-color: rgb(254,20,96); }
div.DivClassName
{
background-color: #FE1460;
}
.BgClassName
{
background-color: #FE1460;
}
</style>
border-color css
<style>
span { border-color: #FE1460; }
span { border-color: rgb(254,20,96); }
td.TdClassName
{
border-color: #FE1460;
}
.TagClassName
{
border-color: #FE1460;
}
</style>