Shades of Razzmatazz #FE1360
Tints of Razzmatazz #FE1360
RGB
CMYK
RGB Variations
Color information
#FE1360 (or 0xFE1360) is known color: Razzmatazz. HEX triplet: FE, 13 and 60. RGB value is (254,19,96). Sum of RGB (Red+Green+Blue) = 254+19+96=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1360 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1360 is #01EC9F. Grayscale: #616161. Windows color (decimal): -126112 or 6296574. OLE color: 6296574.
HSL color Cylindrical-coordinate representation of color #FE1360: hue angle of 340.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1360 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 96 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.00 |
| HSL | 340.34º | 0.99% | 0.54% | - |
| HSV(B) | 340.34º | 0.93% | 1% | - |
| XYZ | 43.22 | 22.38 | 13.11 | - |
| YUV | 98.04 | 126.86 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 96 | 0 | 0.93 | 0.62 | 0.00 | 340.34 | 0.99 | 0.54 |
| Hex | FE | 13 | 60 | 0 | 5D | 3E | 0 | 154 | 63 | 36 |
| Octal | 376 | 23 | 140 | 0 | 135 | 76 | 0 | 524 | 143 | 66 |
| Binary | 11111110 | 10011 | 1100000 | 0 | 1011101 | 111110 | 0 | 101010100 | 1100011 | 110110 |
Color Harmonies of #FE1360
Complementary color
Monochromatic Colors of #FE1360
Black with #FE1360
Text Example
Text Example
White with #FE1360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1360; }
p { color: rgb(254,19,96); }
H1.HeaderClassName
{
color: #FE1360;
}
.AnyTagClassName
{
color: #FE1360;
}
</style>
background-color css
<style>
a { background-color: #FE1360; }
a { background-color: rgb(254,19,96); }
div.DivClassName
{
background-color: #FE1360;
}
.BgClassName
{
background-color: #FE1360;
}
</style>
border-color css
<style>
span { border-color: #FE1360; }
span { border-color: rgb(254,19,96); }
td.TdClassName
{
border-color: #FE1360;
}
.TagClassName
{
border-color: #FE1360;
}
</style>