Shades of Razzmatazz #FC055C
Tints of Razzmatazz #FC055C
RGB
CMYK
RGB Variations
Color information
#FC055C (or 0xFC055C) is known color: Razzmatazz. HEX triplet: FC, 05 and 5C. RGB value is (252,5,92). Sum of RGB (Red+Green+Blue) = 252+5+92=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 5 (2.34% from 255 or 1.43% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC055C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC055C is #03FAA3. Grayscale: #585858. Windows color (decimal): -260772 or 6030844. OLE color: 6030844.
HSL color Cylindrical-coordinate representation of color #FC055C: hue angle of 338.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC055C is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 92 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.01 |
| HSL | 338.87º | 0.98% | 0.5% | - |
| HSV(B) | 338.87º | 0.98% | 0.99% | - |
| XYZ | 42.13 | 21.58 | 12.07 | - |
| YUV | 88.77 | 129.83 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 92 | 0 | 0.98 | 0.63 | 0.01 | 338.87 | 0.98 | 0.5 |
| Hex | FC | 5 | 5C | 0 | 62 | 3F | 1 | 153 | 62 | 32 |
| Octal | 374 | 5 | 134 | 0 | 142 | 77 | 1 | 523 | 142 | 62 |
| Binary | 11111100 | 101 | 1011100 | 0 | 1100010 | 111111 | 1 | 101010011 | 1100010 | 110010 |
Color Harmonies of #FC055C
Complementary color
Monochromatic Colors of #FC055C
Black with #FC055C
Text Example
Text Example
White with #FC055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC055C; }
p { color: rgb(252,5,92); }
H1.HeaderClassName
{
color: #FC055C;
}
.AnyTagClassName
{
color: #FC055C;
}
</style>
background-color css
<style>
a { background-color: #FC055C; }
a { background-color: rgb(252,5,92); }
div.DivClassName
{
background-color: #FC055C;
}
.BgClassName
{
background-color: #FC055C;
}
</style>
border-color css
<style>
span { border-color: #FC055C; }
span { border-color: rgb(252,5,92); }
td.TdClassName
{
border-color: #FC055C;
}
.TagClassName
{
border-color: #FC055C;
}
</style>