Shades of Razzmatazz #FE086C
Tints of Razzmatazz #FE086C
RGB
CMYK
RGB Variations
Color information
#FE086C (or 0xFE086C) is known color: Razzmatazz. HEX triplet: FE, 08 and 6C. RGB value is (254,8,108). Sum of RGB (Red+Green+Blue) = 254+8+108=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE086C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE086C is #01F793. Grayscale: #5C5C5C. Windows color (decimal): -128916 or 7080190. OLE color: 7080190.
HSL color Cylindrical-coordinate representation of color #FE086C: hue angle of 335.61º 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 #FE086C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 108 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.00 |
| HSL | 335.61º | 0.99% | 0.51% | - |
| HSV(B) | 335.61º | 0.97% | 1% | - |
| XYZ | 43.67 | 22.33 | 16.2 | - |
| YUV | 92.95 | 136.5 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 108 | 0 | 0.97 | 0.57 | 0.00 | 335.61 | 0.99 | 0.51 |
| Hex | FE | 8 | 6C | 0 | 61 | 39 | 0 | 150 | 63 | 33 |
| Octal | 376 | 10 | 154 | 0 | 141 | 71 | 0 | 520 | 143 | 63 |
| Binary | 11111110 | 1000 | 1101100 | 0 | 1100001 | 111001 | 0 | 101010000 | 1100011 | 110011 |
Color Harmonies of #FE086C
Complementary color
Monochromatic Colors of #FE086C
Black with #FE086C
Text Example
Text Example
White with #FE086C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE086C; }
p { color: rgb(254,8,108); }
H1.HeaderClassName
{
color: #FE086C;
}
.AnyTagClassName
{
color: #FE086C;
}
</style>
background-color css
<style>
a { background-color: #FE086C; }
a { background-color: rgb(254,8,108); }
div.DivClassName
{
background-color: #FE086C;
}
.BgClassName
{
background-color: #FE086C;
}
</style>
border-color css
<style>
span { border-color: #FE086C; }
span { border-color: rgb(254,8,108); }
td.TdClassName
{
border-color: #FE086C;
}
.TagClassName
{
border-color: #FE086C;
}
</style>