Shades of Razzmatazz #FC085B
Tints of Razzmatazz #FC085B
RGB
CMYK
RGB Variations
Color information
#FC085B (or 0xFC085B) is known color: Razzmatazz. HEX triplet: FC, 08 and 5B. RGB value is (252,8,91). Sum of RGB (Red+Green+Blue) = 252+8+91=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 8 (3.52% from 255 or 2.28% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC085B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC085B is #03F7A4. Grayscale: #5A5A5A. Windows color (decimal): -260005 or 5966076. OLE color: 5966076.
HSL color Cylindrical-coordinate representation of color #FC085B: hue angle of 339.59º 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 #FC085B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 91 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.01 |
| HSL | 339.59º | 0.98% | 0.51% | - |
| HSV(B) | 339.59º | 0.97% | 0.99% | - |
| XYZ | 42.12 | 21.62 | 11.85 | - |
| YUV | 90.42 | 128.34 | 243.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 91 | 0 | 0.97 | 0.64 | 0.01 | 339.59 | 0.98 | 0.51 |
| Hex | FC | 8 | 5B | 0 | 61 | 40 | 1 | 154 | 62 | 33 |
| Octal | 374 | 10 | 133 | 0 | 141 | 100 | 1 | 524 | 142 | 63 |
| Binary | 11111100 | 1000 | 1011011 | 0 | 1100001 | 1000000 | 1 | 101010100 | 1100010 | 110011 |
Color Harmonies of #FC085B
Complementary color
Monochromatic Colors of #FC085B
Black with #FC085B
Text Example
Text Example
White with #FC085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC085B; }
p { color: rgb(252,8,91); }
H1.HeaderClassName
{
color: #FC085B;
}
.AnyTagClassName
{
color: #FC085B;
}
</style>
background-color css
<style>
a { background-color: #FC085B; }
a { background-color: rgb(252,8,91); }
div.DivClassName
{
background-color: #FC085B;
}
.BgClassName
{
background-color: #FC085B;
}
</style>
border-color css
<style>
span { border-color: #FC085B; }
span { border-color: rgb(252,8,91); }
td.TdClassName
{
border-color: #FC085B;
}
.TagClassName
{
border-color: #FC085B;
}
</style>