Shades of Razzmatazz #FC086D
Tints of Razzmatazz #FC086D
RGB
CMYK
RGB Variations
Color information
#FC086D (or 0xFC086D) is known color: Razzmatazz. HEX triplet: FC, 08 and 6D. RGB value is (252,8,109). Sum of RGB (Red+Green+Blue) = 252+8+109=369 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.29% from 369); Green value is 8 (3.52% from 255 or 2.17% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 252 - color contains mainly: red. Hex color #FC086D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC086D is #03F792. Grayscale: #5C5C5C. Windows color (decimal): -259987 or 7145724. OLE color: 7145724.
HSL color Cylindrical-coordinate representation of color #FC086D: hue angle of 335.16º 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 #FC086D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 109 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.01 |
| HSL | 335.16º | 0.98% | 0.51% | - |
| HSV(B) | 335.16º | 0.97% | 0.99% | - |
| XYZ | 42.99 | 21.97 | 16.44 | - |
| YUV | 92.47 | 137.34 | 241.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 109 | 0 | 0.97 | 0.57 | 0.01 | 335.16 | 0.98 | 0.51 |
| Hex | FC | 8 | 6D | 0 | 61 | 39 | 1 | 14F | 62 | 33 |
| Octal | 374 | 10 | 155 | 0 | 141 | 71 | 1 | 517 | 142 | 63 |
| Binary | 11111100 | 1000 | 1101101 | 0 | 1100001 | 111001 | 1 | 101001111 | 1100010 | 110011 |
Color Harmonies of #FC086D
Complementary color
Monochromatic Colors of #FC086D
Black with #FC086D
Text Example
Text Example
White with #FC086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC086D; }
p { color: rgb(252,8,109); }
H1.HeaderClassName
{
color: #FC086D;
}
.AnyTagClassName
{
color: #FC086D;
}
</style>
background-color css
<style>
a { background-color: #FC086D; }
a { background-color: rgb(252,8,109); }
div.DivClassName
{
background-color: #FC086D;
}
.BgClassName
{
background-color: #FC086D;
}
</style>
border-color css
<style>
span { border-color: #FC086D; }
span { border-color: rgb(252,8,109); }
td.TdClassName
{
border-color: #FC086D;
}
.TagClassName
{
border-color: #FC086D;
}
</style>