Shades of Razzmatazz #FE0151
Tints of Razzmatazz #FE0151
RGB
CMYK
RGB Variations
Color information
#FE0151 (or 0xFE0151) is known color: Razzmatazz. HEX triplet: FE, 01 and 51. RGB value is (254,1,81). Sum of RGB (Red+Green+Blue) = 254+1+81=336 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.60% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0151 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0151 is #01FEAE. Grayscale: #555555. Windows color (decimal): -130735 or 5308926. OLE color: 5308926.
HSL color Cylindrical-coordinate representation of color #FE0151: hue angle of 341.03º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE0151 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.00 |
| HSL | 341.03º | 0.99% | 0.5% | - |
| HSV(B) | 341.03º | 1% | 1% | - |
| XYZ | 42.37 | 21.69 | 9.74 | - |
| YUV | 85.77 | 125.32 | 248 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 1 | 81 | 0 | 1.00 | 0.68 | 0.00 | 341.03 | 0.99 | 0.5 |
| Hex | FE | 1 | 51 | 0 | 64 | 44 | 0 | 155 | 63 | 32 |
| Octal | 376 | 1 | 121 | 0 | 144 | 104 | 0 | 525 | 143 | 62 |
| Binary | 11111110 | 1 | 1010001 | 0 | 1100100 | 1000100 | 0 | 101010101 | 1100011 | 110010 |
Color Harmonies of #FE0151
Complementary color
Monochromatic Colors of #FE0151
Black with #FE0151
Text Example
Text Example
White with #FE0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0151; }
p { color: rgb(254,1,81); }
H1.HeaderClassName
{
color: #FE0151;
}
.AnyTagClassName
{
color: #FE0151;
}
</style>
background-color css
<style>
a { background-color: #FE0151; }
a { background-color: rgb(254,1,81); }
div.DivClassName
{
background-color: #FE0151;
}
.BgClassName
{
background-color: #FE0151;
}
</style>
border-color css
<style>
span { border-color: #FE0151; }
span { border-color: rgb(254,1,81); }
td.TdClassName
{
border-color: #FE0151;
}
.TagClassName
{
border-color: #FE0151;
}
</style>