Shades of Razzmatazz #FE086E
Tints of Razzmatazz #FE086E
RGB
CMYK
RGB Variations
Color information
#FE086E (or 0xFE086E) is known color: Razzmatazz. HEX triplet: FE, 08 and 6E. RGB value is (254,8,110). Sum of RGB (Red+Green+Blue) = 254+8+110=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE086E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE086E is #01F791. Grayscale: #5D5D5D. Windows color (decimal): -128914 or 7211262. OLE color: 7211262.
HSL color Cylindrical-coordinate representation of color #FE086E: hue angle of 335.12º 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 #FE086E is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 110 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.00 |
| HSL | 335.12º | 0.99% | 0.51% | - |
| HSV(B) | 335.12º | 0.97% | 1% | - |
| XYZ | 43.77 | 22.37 | 16.76 | - |
| YUV | 93.18 | 137.5 | 242.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 110 | 0 | 0.97 | 0.57 | 0.00 | 335.12 | 0.99 | 0.51 |
| Hex | FE | 8 | 6E | 0 | 61 | 39 | 0 | 14F | 63 | 33 |
| Octal | 376 | 10 | 156 | 0 | 141 | 71 | 0 | 517 | 143 | 63 |
| Binary | 11111110 | 1000 | 1101110 | 0 | 1100001 | 111001 | 0 | 101001111 | 1100011 | 110011 |
Color Harmonies of #FE086E
Complementary color
Monochromatic Colors of #FE086E
Black with #FE086E
Text Example
Text Example
White with #FE086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE086E; }
p { color: rgb(254,8,110); }
H1.HeaderClassName
{
color: #FE086E;
}
.AnyTagClassName
{
color: #FE086E;
}
</style>
background-color css
<style>
a { background-color: #FE086E; }
a { background-color: rgb(254,8,110); }
div.DivClassName
{
background-color: #FE086E;
}
.BgClassName
{
background-color: #FE086E;
}
</style>
border-color css
<style>
span { border-color: #FE086E; }
span { border-color: rgb(254,8,110); }
td.TdClassName
{
border-color: #FE086E;
}
.TagClassName
{
border-color: #FE086E;
}
</style>