Shades of Deep Pink #FC1A76
Tints of Deep Pink #FC1A76
RGB
CMYK
RGB Variations
Color information
#FC1A76 (or 0xFC1A76) is known color: Deep Pink. HEX triplet: FC, 1A and 76. RGB value is (252,26,118). Sum of RGB (Red+Green+Blue) = 252+26+118=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A76 is #03E589. Grayscale: #676767. Windows color (decimal): -255370 or 7740156. OLE color: 7740156.
HSL color Cylindrical-coordinate representation of color #FC1A76: hue angle of 335.58º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1A76 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 118 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.01 |
| HSL | 335.58º | 0.97% | 0.55% | - |
| HSV(B) | 335.58º | 0.9% | 0.99% | - |
| XYZ | 43.78 | 22.74 | 19.22 | - |
| YUV | 104.06 | 135.87 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 118 | 0 | 0.90 | 0.53 | 0.01 | 335.58 | 0.97 | 0.55 |
| Hex | FC | 1A | 76 | 0 | 5A | 35 | 1 | 150 | 61 | 37 |
| Octal | 374 | 32 | 166 | 0 | 132 | 65 | 1 | 520 | 141 | 67 |
| Binary | 11111100 | 11010 | 1110110 | 0 | 1011010 | 110101 | 1 | 101010000 | 1100001 | 110111 |
Color Harmonies of #FC1A76
Complementary color
Monochromatic Colors of #FC1A76
Black with #FC1A76
Text Example
Text Example
White with #FC1A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A76; }
p { color: rgb(252,26,118); }
H1.HeaderClassName
{
color: #FC1A76;
}
.AnyTagClassName
{
color: #FC1A76;
}
</style>
background-color css
<style>
a { background-color: #FC1A76; }
a { background-color: rgb(252,26,118); }
div.DivClassName
{
background-color: #FC1A76;
}
.BgClassName
{
background-color: #FC1A76;
}
</style>
border-color css
<style>
span { border-color: #FC1A76; }
span { border-color: rgb(252,26,118); }
td.TdClassName
{
border-color: #FC1A76;
}
.TagClassName
{
border-color: #FC1A76;
}
</style>