Shades of Razzmatazz #FC145E
Tints of Razzmatazz #FC145E
RGB
CMYK
RGB Variations
Color information
#FC145E (or 0xFC145E) is known color: Razzmatazz. HEX triplet: FC, 14 and 5E. RGB value is (252,20,94). Sum of RGB (Red+Green+Blue) = 252+20+94=366 (48% of max value = 765). Red value is 252 (98.83% from 255 or 68.85% from 366); Green value is 20 (8.20% from 255 or 5.46% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 252 - color contains mainly: red. Hex color #FC145E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC145E is #03EBA1. Grayscale: #616161. Windows color (decimal): -256930 or 6165756. OLE color: 6165756.
HSL color Cylindrical-coordinate representation of color #FC145E: hue angle of 340.86º 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 #FC145E is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 94 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.01 |
| HSL | 340.86º | 0.97% | 0.53% | - |
| HSV(B) | 340.86º | 0.92% | 0.99% | - |
| XYZ | 42.42 | 22 | 12.6 | - |
| YUV | 97.8 | 125.86 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 94 | 0 | 0.92 | 0.63 | 0.01 | 340.86 | 0.97 | 0.53 |
| Hex | FC | 14 | 5E | 0 | 5C | 3F | 1 | 155 | 61 | 35 |
| Octal | 374 | 24 | 136 | 0 | 134 | 77 | 1 | 525 | 141 | 65 |
| Binary | 11111100 | 10100 | 1011110 | 0 | 1011100 | 111111 | 1 | 101010101 | 1100001 | 110101 |
Color Harmonies of #FC145E
Complementary color
Monochromatic Colors of #FC145E
Black with #FC145E
Text Example
Text Example
White with #FC145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC145E; }
p { color: rgb(252,20,94); }
H1.HeaderClassName
{
color: #FC145E;
}
.AnyTagClassName
{
color: #FC145E;
}
</style>
background-color css
<style>
a { background-color: #FC145E; }
a { background-color: rgb(252,20,94); }
div.DivClassName
{
background-color: #FC145E;
}
.BgClassName
{
background-color: #FC145E;
}
</style>
border-color css
<style>
span { border-color: #FC145E; }
span { border-color: rgb(252,20,94); }
td.TdClassName
{
border-color: #FC145E;
}
.TagClassName
{
border-color: #FC145E;
}
</style>