Shades of Razzmatazz #FE0851
Tints of Razzmatazz #FE0851
RGB
CMYK
RGB Variations
Color information
#FE0851 (or 0xFE0851) is known color: Razzmatazz. HEX triplet: FE, 08 and 51. RGB value is (254,8,81). Sum of RGB (Red+Green+Blue) = 254+8+81=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0851 is #01F7AE. Grayscale: #595959. Windows color (decimal): -128943 or 5310718. OLE color: 5310718.
HSL color Cylindrical-coordinate representation of color #FE0851: hue angle of 342.2º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0851 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 81 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.00 |
| HSL | 342.2º | 0.99% | 0.51% | - |
| HSV(B) | 342.2º | 0.97% | 1% | - |
| XYZ | 42.45 | 21.84 | 9.76 | - |
| YUV | 89.88 | 123 | 245.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 81 | 0 | 0.97 | 0.68 | 0.00 | 342.2 | 0.99 | 0.51 |
| Hex | FE | 8 | 51 | 0 | 61 | 44 | 0 | 156 | 63 | 33 |
| Octal | 376 | 10 | 121 | 0 | 141 | 104 | 0 | 526 | 143 | 63 |
| Binary | 11111110 | 1000 | 1010001 | 0 | 1100001 | 1000100 | 0 | 101010110 | 1100011 | 110011 |
Color Harmonies of #FE0851
Complementary color
Monochromatic Colors of #FE0851
Black with #FE0851
Text Example
Text Example
White with #FE0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0851; }
p { color: rgb(254,8,81); }
H1.HeaderClassName
{
color: #FE0851;
}
.AnyTagClassName
{
color: #FE0851;
}
</style>
background-color css
<style>
a { background-color: #FE0851; }
a { background-color: rgb(254,8,81); }
div.DivClassName
{
background-color: #FE0851;
}
.BgClassName
{
background-color: #FE0851;
}
</style>
border-color css
<style>
span { border-color: #FE0851; }
span { border-color: rgb(254,8,81); }
td.TdClassName
{
border-color: #FE0851;
}
.TagClassName
{
border-color: #FE0851;
}
</style>