Shades of Razzmatazz #FE0251
Tints of Razzmatazz #FE0251
RGB
CMYK
RGB Variations
Color information
#FE0251 (or 0xFE0251) is known color: Razzmatazz. HEX triplet: FE, 02 and 51. RGB value is (254,2,81). Sum of RGB (Red+Green+Blue) = 254+2+81=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0251 is #01FDAE. Grayscale: #565656. Windows color (decimal): -130479 or 5309182. OLE color: 5309182.
HSL color Cylindrical-coordinate representation of color #FE0251: hue angle of 341.19º 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 #FE0251 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.00 |
| HSL | 341.19º | 0.99% | 0.5% | - |
| HSV(B) | 341.19º | 0.99% | 1% | - |
| XYZ | 42.38 | 21.71 | 9.74 | - |
| YUV | 86.35 | 124.99 | 247.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 2 | 81 | 0 | 0.99 | 0.68 | 0.00 | 341.19 | 0.99 | 0.5 |
| Hex | FE | 2 | 51 | 0 | 63 | 44 | 0 | 155 | 63 | 32 |
| Octal | 376 | 2 | 121 | 0 | 143 | 104 | 0 | 525 | 143 | 62 |
| Binary | 11111110 | 10 | 1010001 | 0 | 1100011 | 1000100 | 0 | 101010101 | 1100011 | 110010 |
Color Harmonies of #FE0251
Complementary color
Monochromatic Colors of #FE0251
Black with #FE0251
Text Example
Text Example
White with #FE0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0251; }
p { color: rgb(254,2,81); }
H1.HeaderClassName
{
color: #FE0251;
}
.AnyTagClassName
{
color: #FE0251;
}
</style>
background-color css
<style>
a { background-color: #FE0251; }
a { background-color: rgb(254,2,81); }
div.DivClassName
{
background-color: #FE0251;
}
.BgClassName
{
background-color: #FE0251;
}
</style>
border-color css
<style>
span { border-color: #FE0251; }
span { border-color: rgb(254,2,81); }
td.TdClassName
{
border-color: #FE0251;
}
.TagClassName
{
border-color: #FE0251;
}
</style>