Shades of Razzmatazz #FC0C50
Tints of Razzmatazz #FC0C50
RGB
CMYK
RGB Variations
Color information
#FC0C50 (or 0xFC0C50) is known color: Razzmatazz. HEX triplet: FC, 0C and 50. RGB value is (252,12,80). Sum of RGB (Red+Green+Blue) = 252+12+80=344 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.26% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0C50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC0C50 is #03F3AF. Grayscale: #5B5B5B. Windows color (decimal): -258992 or 5246204. OLE color: 5246204.
HSL color Cylindrical-coordinate representation of color #FC0C50: hue angle of 343º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0C50 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 80 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.01 |
| HSL | 343º | 0.98% | 0.52% | - |
| HSV(B) | 343º | 0.95% | 0.99% | - |
| XYZ | 41.72 | 21.54 | 9.55 | - |
| YUV | 91.51 | 121.51 | 242.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 80 | 0 | 0.95 | 0.68 | 0.01 | 343 | 0.98 | 0.52 |
| Hex | FC | C | 50 | 0 | 5F | 44 | 1 | 157 | 62 | 34 |
| Octal | 374 | 14 | 120 | 0 | 137 | 104 | 1 | 527 | 142 | 64 |
| Binary | 11111100 | 1100 | 1010000 | 0 | 1011111 | 1000100 | 1 | 101010111 | 1100010 | 110100 |
Color Harmonies of #FC0C50
Complementary color
Monochromatic Colors of #FC0C50
Black with #FC0C50
Text Example
Text Example
White with #FC0C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0C50; }
p { color: rgb(252,12,80); }
H1.HeaderClassName
{
color: #FC0C50;
}
.AnyTagClassName
{
color: #FC0C50;
}
</style>
background-color css
<style>
a { background-color: #FC0C50; }
a { background-color: rgb(252,12,80); }
div.DivClassName
{
background-color: #FC0C50;
}
.BgClassName
{
background-color: #FC0C50;
}
</style>
border-color css
<style>
span { border-color: #FC0C50; }
span { border-color: rgb(252,12,80); }
td.TdClassName
{
border-color: #FC0C50;
}
.TagClassName
{
border-color: #FC0C50;
}
</style>