Shades of Razzmatazz #FC146B
Tints of Razzmatazz #FC146B
RGB
CMYK
RGB Variations
Color information
#FC146B (or 0xFC146B) is known color: Razzmatazz. HEX triplet: FC, 14 and 6B. RGB value is (252,20,107). Sum of RGB (Red+Green+Blue) = 252+20+107=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 20 (8.20% from 255 or 5.28% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC146B is #03EB94. Grayscale: #636363. Windows color (decimal): -256917 or 7017724. OLE color: 7017724.
HSL color Cylindrical-coordinate representation of color #FC146B: hue angle of 337.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC146B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.01 |
| HSL | 337.5º | 0.97% | 0.53% | - |
| HSV(B) | 337.5º | 0.92% | 0.99% | - |
| XYZ | 43.05 | 22.26 | 15.94 | - |
| YUV | 99.29 | 132.36 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 107 | 0 | 0.92 | 0.58 | 0.01 | 337.5 | 0.97 | 0.53 |
| Hex | FC | 14 | 6B | 0 | 5C | 3A | 1 | 152 | 61 | 35 |
| Octal | 374 | 24 | 153 | 0 | 134 | 72 | 1 | 522 | 141 | 65 |
| Binary | 11111100 | 10100 | 1101011 | 0 | 1011100 | 111010 | 1 | 101010010 | 1100001 | 110101 |
Color Harmonies of #FC146B
Complementary color
Monochromatic Colors of #FC146B
Black with #FC146B
Text Example
Text Example
White with #FC146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC146B; }
p { color: rgb(252,20,107); }
H1.HeaderClassName
{
color: #FC146B;
}
.AnyTagClassName
{
color: #FC146B;
}
</style>
background-color css
<style>
a { background-color: #FC146B; }
a { background-color: rgb(252,20,107); }
div.DivClassName
{
background-color: #FC146B;
}
.BgClassName
{
background-color: #FC146B;
}
</style>
border-color css
<style>
span { border-color: #FC146B; }
span { border-color: rgb(252,20,107); }
td.TdClassName
{
border-color: #FC146B;
}
.TagClassName
{
border-color: #FC146B;
}
</style>