Shades of Razzmatazz #FC125A
Tints of Razzmatazz #FC125A
RGB
CMYK
RGB Variations
Color information
#FC125A (or 0xFC125A) is known color: Razzmatazz. HEX triplet: FC, 12 and 5A. RGB value is (252,18,90). Sum of RGB (Red+Green+Blue) = 252+18+90=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 18 (7.42% from 255 or 5% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC125A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC125A is #03EDA5. Grayscale: #606060. Windows color (decimal): -257446 or 5903100. OLE color: 5903100.
HSL color Cylindrical-coordinate representation of color #FC125A: hue angle of 341.54º 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 #FC125A is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 90 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.01 |
| HSL | 341.54º | 0.98% | 0.53% | - |
| HSV(B) | 341.54º | 0.93% | 0.99% | - |
| XYZ | 42.21 | 21.87 | 11.67 | - |
| YUV | 96.17 | 124.52 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 90 | 0 | 0.93 | 0.64 | 0.01 | 341.54 | 0.98 | 0.53 |
| Hex | FC | 12 | 5A | 0 | 5D | 40 | 1 | 156 | 62 | 35 |
| Octal | 374 | 22 | 132 | 0 | 135 | 100 | 1 | 526 | 142 | 65 |
| Binary | 11111100 | 10010 | 1011010 | 0 | 1011101 | 1000000 | 1 | 101010110 | 1100010 | 110101 |
Color Harmonies of #FC125A
Complementary color
Monochromatic Colors of #FC125A
Black with #FC125A
Text Example
Text Example
White with #FC125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC125A; }
p { color: rgb(252,18,90); }
H1.HeaderClassName
{
color: #FC125A;
}
.AnyTagClassName
{
color: #FC125A;
}
</style>
background-color css
<style>
a { background-color: #FC125A; }
a { background-color: rgb(252,18,90); }
div.DivClassName
{
background-color: #FC125A;
}
.BgClassName
{
background-color: #FC125A;
}
</style>
border-color css
<style>
span { border-color: #FC125A; }
span { border-color: rgb(252,18,90); }
td.TdClassName
{
border-color: #FC125A;
}
.TagClassName
{
border-color: #FC125A;
}
</style>