Shades of Deep Pink #FC1A7E
Tints of Deep Pink #FC1A7E
RGB
CMYK
RGB Variations
Color information
#FC1A7E (or 0xFC1A7E) is known color: Deep Pink. HEX triplet: FC, 1A and 7E. RGB value is (252,26,126). Sum of RGB (Red+Green+Blue) = 252+26+126=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A7E is #03E581. Grayscale: #686868. Windows color (decimal): -255362 or 8264444. OLE color: 8264444.
HSL color Cylindrical-coordinate representation of color #FC1A7E: hue angle of 333.45º 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 #FC1A7E is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 126 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.01 |
| HSL | 333.45º | 0.97% | 0.55% | - |
| HSV(B) | 333.45º | 0.9% | 0.99% | - |
| XYZ | 44.28 | 22.94 | 21.83 | - |
| YUV | 104.97 | 139.87 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 126 | 0 | 0.90 | 0.5 | 0.01 | 333.45 | 0.97 | 0.55 |
| Hex | FC | 1A | 7E | 0 | 5A | 32 | 1 | 14D | 61 | 37 |
| Octal | 374 | 32 | 176 | 0 | 132 | 62 | 1 | 515 | 141 | 67 |
| Binary | 11111100 | 11010 | 1111110 | 0 | 1011010 | 110010 | 1 | 101001101 | 1100001 | 110111 |
Color Harmonies of #FC1A7E
Complementary color
Monochromatic Colors of #FC1A7E
Black with #FC1A7E
Text Example
Text Example
White with #FC1A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A7E; }
p { color: rgb(252,26,126); }
H1.HeaderClassName
{
color: #FC1A7E;
}
.AnyTagClassName
{
color: #FC1A7E;
}
</style>
background-color css
<style>
a { background-color: #FC1A7E; }
a { background-color: rgb(252,26,126); }
div.DivClassName
{
background-color: #FC1A7E;
}
.BgClassName
{
background-color: #FC1A7E;
}
</style>
border-color css
<style>
span { border-color: #FC1A7E; }
span { border-color: rgb(252,26,126); }
td.TdClassName
{
border-color: #FC1A7E;
}
.TagClassName
{
border-color: #FC1A7E;
}
</style>