Shades of Razzmatazz #FE1356
Tints of Razzmatazz #FE1356
RGB
CMYK
RGB Variations
Color information
#FE1356 (or 0xFE1356) is known color: Razzmatazz. HEX triplet: FE, 13 and 56. RGB value is (254,19,86). Sum of RGB (Red+Green+Blue) = 254+19+86=359 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.75% from 359); Green value is 19 (7.81% from 255 or 5.29% from 359); Blue value is 86 (33.98% from 255 or 23.96% from 359); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1356 is #01ECA9. Grayscale: #606060. Windows color (decimal): -126122 or 5641214. OLE color: 5641214.
HSL color Cylindrical-coordinate representation of color #FE1356: hue angle of 342.89º 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 #FE1356 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 86 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.00 |
| HSL | 342.89º | 0.99% | 0.54% | - |
| HSV(B) | 342.89º | 0.93% | 1% | - |
| XYZ | 42.79 | 22.21 | 10.84 | - |
| YUV | 96.9 | 121.86 | 240.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 86 | 0 | 0.93 | 0.66 | 0.00 | 342.89 | 0.99 | 0.54 |
| Hex | FE | 13 | 56 | 0 | 5D | 42 | 0 | 157 | 63 | 36 |
| Octal | 376 | 23 | 126 | 0 | 135 | 102 | 0 | 527 | 143 | 66 |
| Binary | 11111110 | 10011 | 1010110 | 0 | 1011101 | 1000010 | 0 | 101010111 | 1100011 | 110110 |
Color Harmonies of #FE1356
Complementary color
Monochromatic Colors of #FE1356
Black with #FE1356
Text Example
Text Example
White with #FE1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1356; }
p { color: rgb(254,19,86); }
H1.HeaderClassName
{
color: #FE1356;
}
.AnyTagClassName
{
color: #FE1356;
}
</style>
background-color css
<style>
a { background-color: #FE1356; }
a { background-color: rgb(254,19,86); }
div.DivClassName
{
background-color: #FE1356;
}
.BgClassName
{
background-color: #FE1356;
}
</style>
border-color css
<style>
span { border-color: #FE1356; }
span { border-color: rgb(254,19,86); }
td.TdClassName
{
border-color: #FE1356;
}
.TagClassName
{
border-color: #FE1356;
}
</style>