Shades of Razzmatazz #FE1260
Tints of Razzmatazz #FE1260
RGB
CMYK
RGB Variations
Color information
#FE1260 (or 0xFE1260) is known color: Razzmatazz. HEX triplet: FE, 12 and 60. RGB value is (254,18,96). Sum of RGB (Red+Green+Blue) = 254+18+96=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1260 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1260 is #01ED9F. Grayscale: #616161. Windows color (decimal): -126368 or 6296318. OLE color: 6296318.
HSL color Cylindrical-coordinate representation of color #FE1260: hue angle of 340.17º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1260 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 96 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.00 |
| HSL | 340.17º | 0.99% | 0.53% | - |
| HSV(B) | 340.17º | 0.93% | 1% | - |
| XYZ | 43.2 | 22.35 | 13.1 | - |
| YUV | 97.46 | 127.19 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 96 | 0 | 0.93 | 0.62 | 0.00 | 340.17 | 0.99 | 0.53 |
| Hex | FE | 12 | 60 | 0 | 5D | 3E | 0 | 154 | 63 | 35 |
| Octal | 376 | 22 | 140 | 0 | 135 | 76 | 0 | 524 | 143 | 65 |
| Binary | 11111110 | 10010 | 1100000 | 0 | 1011101 | 111110 | 0 | 101010100 | 1100011 | 110101 |
Color Harmonies of #FE1260
Complementary color
Monochromatic Colors of #FE1260
Black with #FE1260
Text Example
Text Example
White with #FE1260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1260; }
p { color: rgb(254,18,96); }
H1.HeaderClassName
{
color: #FE1260;
}
.AnyTagClassName
{
color: #FE1260;
}
</style>
background-color css
<style>
a { background-color: #FE1260; }
a { background-color: rgb(254,18,96); }
div.DivClassName
{
background-color: #FE1260;
}
.BgClassName
{
background-color: #FE1260;
}
</style>
border-color css
<style>
span { border-color: #FE1260; }
span { border-color: rgb(254,18,96); }
td.TdClassName
{
border-color: #FE1260;
}
.TagClassName
{
border-color: #FE1260;
}
</style>