Shades of Razzmatazz #FC086E
Tints of Razzmatazz #FC086E
RGB
CMYK
RGB Variations
Color information
#FC086E (or 0xFC086E) is known color: Razzmatazz. HEX triplet: FC, 08 and 6E. RGB value is (252,8,110). Sum of RGB (Red+Green+Blue) = 252+8+110=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 8 (3.52% from 255 or 2.16% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC086E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC086E is #03F791. Grayscale: #5C5C5C. Windows color (decimal): -259986 or 7211260. OLE color: 7211260.
HSL color Cylindrical-coordinate representation of color #FC086E: hue angle of 334.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC086E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 110 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.01 |
| HSL | 334.92º | 0.98% | 0.51% | - |
| HSV(B) | 334.92º | 0.97% | 0.99% | - |
| XYZ | 43.05 | 21.99 | 16.73 | - |
| YUV | 92.58 | 137.84 | 241.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 110 | 0 | 0.97 | 0.56 | 0.01 | 334.92 | 0.98 | 0.51 |
| Hex | FC | 8 | 6E | 0 | 61 | 38 | 1 | 14F | 62 | 33 |
| Octal | 374 | 10 | 156 | 0 | 141 | 70 | 1 | 517 | 142 | 63 |
| Binary | 11111100 | 1000 | 1101110 | 0 | 1100001 | 111000 | 1 | 101001111 | 1100010 | 110011 |
Color Harmonies of #FC086E
Complementary color
Monochromatic Colors of #FC086E
Black with #FC086E
Text Example
Text Example
White with #FC086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC086E; }
p { color: rgb(252,8,110); }
H1.HeaderClassName
{
color: #FC086E;
}
.AnyTagClassName
{
color: #FC086E;
}
</style>
background-color css
<style>
a { background-color: #FC086E; }
a { background-color: rgb(252,8,110); }
div.DivClassName
{
background-color: #FC086E;
}
.BgClassName
{
background-color: #FC086E;
}
</style>
border-color css
<style>
span { border-color: #FC086E; }
span { border-color: rgb(252,8,110); }
td.TdClassName
{
border-color: #FC086E;
}
.TagClassName
{
border-color: #FC086E;
}
</style>