Shades of Razzmatazz #FE1256
Tints of Razzmatazz #FE1256
RGB
CMYK
RGB Variations
Color information
#FE1256 (or 0xFE1256) is known color: Razzmatazz. HEX triplet: FE, 12 and 56. RGB value is (254,18,86). Sum of RGB (Red+Green+Blue) = 254+18+86=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1256 is #01EDA9. Grayscale: #606060. Windows color (decimal): -126378 or 5640958. OLE color: 5640958.
HSL color Cylindrical-coordinate representation of color #FE1256: hue angle of 342.71º 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 #FE1256 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 18 | 86 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.00 |
| HSL | 342.71º | 0.99% | 0.53% | - |
| HSV(B) | 342.71º | 0.93% | 1% | - |
| XYZ | 42.77 | 22.18 | 10.83 | - |
| YUV | 96.32 | 122.19 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 18 | 86 | 0 | 0.93 | 0.66 | 0.00 | 342.71 | 0.99 | 0.53 |
| Hex | FE | 12 | 56 | 0 | 5D | 42 | 0 | 157 | 63 | 35 |
| Octal | 376 | 22 | 126 | 0 | 135 | 102 | 0 | 527 | 143 | 65 |
| Binary | 11111110 | 10010 | 1010110 | 0 | 1011101 | 1000010 | 0 | 101010111 | 1100011 | 110101 |
Color Harmonies of #FE1256
Complementary color
Monochromatic Colors of #FE1256
Black with #FE1256
Text Example
Text Example
White with #FE1256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1256; }
p { color: rgb(254,18,86); }
H1.HeaderClassName
{
color: #FE1256;
}
.AnyTagClassName
{
color: #FE1256;
}
</style>
background-color css
<style>
a { background-color: #FE1256; }
a { background-color: rgb(254,18,86); }
div.DivClassName
{
background-color: #FE1256;
}
.BgClassName
{
background-color: #FE1256;
}
</style>
border-color css
<style>
span { border-color: #FE1256; }
span { border-color: rgb(254,18,86); }
td.TdClassName
{
border-color: #FE1256;
}
.TagClassName
{
border-color: #FE1256;
}
</style>