Shades of Razzmatazz #FE1756
Tints of Razzmatazz #FE1756
RGB
CMYK
RGB Variations
Color information
#FE1756 (or 0xFE1756) is known color: Razzmatazz. HEX triplet: FE, 17 and 56. RGB value is (254,23,86). Sum of RGB (Red+Green+Blue) = 254+23+86=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1756 is #01E8A9. Grayscale: #636363. Windows color (decimal): -125098 or 5642238. OLE color: 5642238.
HSL color Cylindrical-coordinate representation of color #FE1756: hue angle of 343.64º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1756 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 23 | 86 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.00 |
| HSL | 343.64º | 0.99% | 0.54% | - |
| HSV(B) | 343.64º | 0.91% | 1% | - |
| XYZ | 42.86 | 22.36 | 10.86 | - |
| YUV | 99.25 | 120.53 | 238.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 23 | 86 | 0 | 0.91 | 0.66 | 0.00 | 343.64 | 0.99 | 0.54 |
| Hex | FE | 17 | 56 | 0 | 5B | 42 | 0 | 158 | 63 | 36 |
| Octal | 376 | 27 | 126 | 0 | 133 | 102 | 0 | 530 | 143 | 66 |
| Binary | 11111110 | 10111 | 1010110 | 0 | 1011011 | 1000010 | 0 | 101011000 | 1100011 | 110110 |
Color Harmonies of #FE1756
Complementary color
Monochromatic Colors of #FE1756
Black with #FE1756
Text Example
Text Example
White with #FE1756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1756; }
p { color: rgb(254,23,86); }
H1.HeaderClassName
{
color: #FE1756;
}
.AnyTagClassName
{
color: #FE1756;
}
</style>
background-color css
<style>
a { background-color: #FE1756; }
a { background-color: rgb(254,23,86); }
div.DivClassName
{
background-color: #FE1756;
}
.BgClassName
{
background-color: #FE1756;
}
</style>
border-color css
<style>
span { border-color: #FE1756; }
span { border-color: rgb(254,23,86); }
td.TdClassName
{
border-color: #FE1756;
}
.TagClassName
{
border-color: #FE1756;
}
</style>