Shades of Razzmatazz #FC085E
Tints of Razzmatazz #FC085E
RGB
CMYK
RGB Variations
Color information
#FC085E (or 0xFC085E) is known color: Razzmatazz. HEX triplet: FC, 08 and 5E. RGB value is (252,8,94). Sum of RGB (Red+Green+Blue) = 252+8+94=354 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.19% from 354); Green value is 8 (3.52% from 255 or 2.26% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 252 - color contains mainly: red. Hex color #FC085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC085E is #03F7A1. Grayscale: #5A5A5A. Windows color (decimal): -260002 or 6162684. OLE color: 6162684.
HSL color Cylindrical-coordinate representation of color #FC085E: hue angle of 338.85º 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 #FC085E is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 94 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.01 |
| HSL | 338.85º | 0.98% | 0.51% | - |
| HSV(B) | 338.85º | 0.97% | 0.99% | - |
| XYZ | 42.25 | 21.68 | 12.55 | - |
| YUV | 90.76 | 129.84 | 243.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 94 | 0 | 0.97 | 0.63 | 0.01 | 338.85 | 0.98 | 0.51 |
| Hex | FC | 8 | 5E | 0 | 61 | 3F | 1 | 153 | 62 | 33 |
| Octal | 374 | 10 | 136 | 0 | 141 | 77 | 1 | 523 | 142 | 63 |
| Binary | 11111100 | 1000 | 1011110 | 0 | 1100001 | 111111 | 1 | 101010011 | 1100010 | 110011 |
Color Harmonies of #FC085E
Complementary color
Monochromatic Colors of #FC085E
Black with #FC085E
Text Example
Text Example
White with #FC085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC085E; }
p { color: rgb(252,8,94); }
H1.HeaderClassName
{
color: #FC085E;
}
.AnyTagClassName
{
color: #FC085E;
}
</style>
background-color css
<style>
a { background-color: #FC085E; }
a { background-color: rgb(252,8,94); }
div.DivClassName
{
background-color: #FC085E;
}
.BgClassName
{
background-color: #FC085E;
}
</style>
border-color css
<style>
span { border-color: #FC085E; }
span { border-color: rgb(252,8,94); }
td.TdClassName
{
border-color: #FC085E;
}
.TagClassName
{
border-color: #FC085E;
}
</style>