Shades of Razzmatazz #FE0356
Tints of Razzmatazz #FE0356
RGB
CMYK
RGB Variations
Color information
#FE0356 (or 0xFE0356) is known color: Razzmatazz. HEX triplet: FE, 03 and 56. RGB value is (254,3,86). Sum of RGB (Red+Green+Blue) = 254+3+86=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0356 is #01FCA9. Grayscale: #575757. Windows color (decimal): -130218 or 5637118. OLE color: 5637118.
HSL color Cylindrical-coordinate representation of color #FE0356: hue angle of 340.16º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0356 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.00 |
| HSL | 340.16º | 0.99% | 0.5% | - |
| HSV(B) | 340.16º | 0.99% | 1% | - |
| XYZ | 42.59 | 21.81 | 10.77 | - |
| YUV | 87.51 | 127.16 | 246.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 86 | 0 | 0.99 | 0.66 | 0.00 | 340.16 | 0.99 | 0.5 |
| Hex | FE | 3 | 56 | 0 | 63 | 42 | 0 | 154 | 63 | 32 |
| Octal | 376 | 3 | 126 | 0 | 143 | 102 | 0 | 524 | 143 | 62 |
| Binary | 11111110 | 11 | 1010110 | 0 | 1100011 | 1000010 | 0 | 101010100 | 1100011 | 110010 |
Color Harmonies of #FE0356
Complementary color
Monochromatic Colors of #FE0356
Black with #FE0356
Text Example
Text Example
White with #FE0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0356; }
p { color: rgb(254,3,86); }
H1.HeaderClassName
{
color: #FE0356;
}
.AnyTagClassName
{
color: #FE0356;
}
</style>
background-color css
<style>
a { background-color: #FE0356; }
a { background-color: rgb(254,3,86); }
div.DivClassName
{
background-color: #FE0356;
}
.BgClassName
{
background-color: #FE0356;
}
</style>
border-color css
<style>
span { border-color: #FE0356; }
span { border-color: rgb(254,3,86); }
td.TdClassName
{
border-color: #FE0356;
}
.TagClassName
{
border-color: #FE0356;
}
</style>