Shades of Razzmatazz #FE0957
Tints of Razzmatazz #FE0957
RGB
CMYK
RGB Variations
Color information
#FE0957 (or 0xFE0957) is known color: Razzmatazz. HEX triplet: FE, 09 and 57. RGB value is (254,9,87). Sum of RGB (Red+Green+Blue) = 254+9+87=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0957 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0957 is #01F6A8. Grayscale: #5B5B5B. Windows color (decimal): -128681 or 5704190. OLE color: 5704190.
HSL color Cylindrical-coordinate representation of color #FE0957: hue angle of 340.9º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0957 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.00 |
| HSL | 340.9º | 0.99% | 0.52% | - |
| HSV(B) | 340.9º | 0.96% | 1% | - |
| XYZ | 42.69 | 21.95 | 11 | - |
| YUV | 91.15 | 125.67 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 87 | 0 | 0.96 | 0.66 | 0.00 | 340.9 | 0.99 | 0.52 |
| Hex | FE | 9 | 57 | 0 | 60 | 42 | 0 | 155 | 63 | 34 |
| Octal | 376 | 11 | 127 | 0 | 140 | 102 | 0 | 525 | 143 | 64 |
| Binary | 11111110 | 1001 | 1010111 | 0 | 1100000 | 1000010 | 0 | 101010101 | 1100011 | 110100 |
Color Harmonies of #FE0957
Complementary color
Monochromatic Colors of #FE0957
Black with #FE0957
Text Example
Text Example
White with #FE0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0957; }
p { color: rgb(254,9,87); }
H1.HeaderClassName
{
color: #FE0957;
}
.AnyTagClassName
{
color: #FE0957;
}
</style>
background-color css
<style>
a { background-color: #FE0957; }
a { background-color: rgb(254,9,87); }
div.DivClassName
{
background-color: #FE0957;
}
.BgClassName
{
background-color: #FE0957;
}
</style>
border-color css
<style>
span { border-color: #FE0957; }
span { border-color: rgb(254,9,87); }
td.TdClassName
{
border-color: #FE0957;
}
.TagClassName
{
border-color: #FE0957;
}
</style>