Shades of Razzmatazz #FC126C
Tints of Razzmatazz #FC126C
RGB
CMYK
RGB Variations
Color information
#FC126C (or 0xFC126C) is known color: Razzmatazz. HEX triplet: FC, 12 and 6C. RGB value is (252,18,108). Sum of RGB (Red+Green+Blue) = 252+18+108=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC126C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC126C is #03ED93. Grayscale: #626262. Windows color (decimal): -257428 or 7082748. OLE color: 7082748.
HSL color Cylindrical-coordinate representation of color #FC126C: hue angle of 336.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC126C is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 108 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.01 |
| HSL | 336.92º | 0.98% | 0.53% | - |
| HSV(B) | 336.92º | 0.93% | 0.99% | - |
| XYZ | 43.07 | 22.21 | 16.2 | - |
| YUV | 98.23 | 133.52 | 237.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 108 | 0 | 0.93 | 0.57 | 0.01 | 336.92 | 0.98 | 0.53 |
| Hex | FC | 12 | 6C | 0 | 5D | 39 | 1 | 151 | 62 | 35 |
| Octal | 374 | 22 | 154 | 0 | 135 | 71 | 1 | 521 | 142 | 65 |
| Binary | 11111100 | 10010 | 1101100 | 0 | 1011101 | 111001 | 1 | 101010001 | 1100010 | 110101 |
Color Harmonies of #FC126C
Complementary color
Monochromatic Colors of #FC126C
Black with #FC126C
Text Example
Text Example
White with #FC126C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC126C; }
p { color: rgb(252,18,108); }
H1.HeaderClassName
{
color: #FC126C;
}
.AnyTagClassName
{
color: #FC126C;
}
</style>
background-color css
<style>
a { background-color: #FC126C; }
a { background-color: rgb(252,18,108); }
div.DivClassName
{
background-color: #FC126C;
}
.BgClassName
{
background-color: #FC126C;
}
</style>
border-color css
<style>
span { border-color: #FC126C; }
span { border-color: rgb(252,18,108); }
td.TdClassName
{
border-color: #FC126C;
}
.TagClassName
{
border-color: #FC126C;
}
</style>