Shades of Razzmatazz #FE085E
Tints of Razzmatazz #FE085E
RGB
CMYK
RGB Variations
Color information
#FE085E (or 0xFE085E) is known color: Razzmatazz. HEX triplet: FE, 08 and 5E. RGB value is (254,8,94). Sum of RGB (Red+Green+Blue) = 254+8+94=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 8 (3.52% from 255 or 2.25% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE085E is #01F7A1. Grayscale: #5B5B5B. Windows color (decimal): -128930 or 6162686. OLE color: 6162686.
HSL color Cylindrical-coordinate representation of color #FE085E: hue angle of 339.02º 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 #FE085E is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 94 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.00 |
| HSL | 339.02º | 0.99% | 0.51% | - |
| HSV(B) | 339.02º | 0.97% | 1% | - |
| XYZ | 42.98 | 22.05 | 12.58 | - |
| YUV | 91.36 | 129.5 | 244.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 94 | 0 | 0.97 | 0.63 | 0.00 | 339.02 | 0.99 | 0.51 |
| Hex | FE | 8 | 5E | 0 | 61 | 3F | 0 | 153 | 63 | 33 |
| Octal | 376 | 10 | 136 | 0 | 141 | 77 | 0 | 523 | 143 | 63 |
| Binary | 11111110 | 1000 | 1011110 | 0 | 1100001 | 111111 | 0 | 101010011 | 1100011 | 110011 |
Color Harmonies of #FE085E
Complementary color
Monochromatic Colors of #FE085E
Black with #FE085E
Text Example
Text Example
White with #FE085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE085E; }
p { color: rgb(254,8,94); }
H1.HeaderClassName
{
color: #FE085E;
}
.AnyTagClassName
{
color: #FE085E;
}
</style>
background-color css
<style>
a { background-color: #FE085E; }
a { background-color: rgb(254,8,94); }
div.DivClassName
{
background-color: #FE085E;
}
.BgClassName
{
background-color: #FE085E;
}
</style>
border-color css
<style>
span { border-color: #FE085E; }
span { border-color: rgb(254,8,94); }
td.TdClassName
{
border-color: #FE085E;
}
.TagClassName
{
border-color: #FE085E;
}
</style>