Shades of Razzmatazz #FE0951
Tints of Razzmatazz #FE0951
RGB
CMYK
RGB Variations
Color information
#FE0951 (or 0xFE0951) is known color: Razzmatazz. HEX triplet: FE, 09 and 51. RGB value is (254,9,81). Sum of RGB (Red+Green+Blue) = 254+9+81=344 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.84% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0951 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0951 is #01F6AE. Grayscale: #5A5A5A. Windows color (decimal): -128687 or 5310974. OLE color: 5310974.
HSL color Cylindrical-coordinate representation of color #FE0951: hue angle of 342.37º 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 #FE0951 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.00 |
| HSL | 342.37º | 0.99% | 0.52% | - |
| HSV(B) | 342.37º | 0.96% | 1% | - |
| XYZ | 42.46 | 21.86 | 9.77 | - |
| YUV | 90.46 | 122.67 | 244.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 81 | 0 | 0.96 | 0.68 | 0.00 | 342.37 | 0.99 | 0.52 |
| Hex | FE | 9 | 51 | 0 | 60 | 44 | 0 | 156 | 63 | 34 |
| Octal | 376 | 11 | 121 | 0 | 140 | 104 | 0 | 526 | 143 | 64 |
| Binary | 11111110 | 1001 | 1010001 | 0 | 1100000 | 1000100 | 0 | 101010110 | 1100011 | 110100 |
Color Harmonies of #FE0951
Complementary color
Monochromatic Colors of #FE0951
Black with #FE0951
Text Example
Text Example
White with #FE0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0951; }
p { color: rgb(254,9,81); }
H1.HeaderClassName
{
color: #FE0951;
}
.AnyTagClassName
{
color: #FE0951;
}
</style>
background-color css
<style>
a { background-color: #FE0951; }
a { background-color: rgb(254,9,81); }
div.DivClassName
{
background-color: #FE0951;
}
.BgClassName
{
background-color: #FE0951;
}
</style>
border-color css
<style>
span { border-color: #FE0951; }
span { border-color: rgb(254,9,81); }
td.TdClassName
{
border-color: #FE0951;
}
.TagClassName
{
border-color: #FE0951;
}
</style>