Shades of Deep Pink #FC1A7A
Tints of Deep Pink #FC1A7A
RGB
CMYK
RGB Variations
Color information
#FC1A7A (or 0xFC1A7A) is known color: Deep Pink. HEX triplet: FC, 1A and 7A. RGB value is (252,26,122). Sum of RGB (Red+Green+Blue) = 252+26+122=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1A7A is #03E585. Grayscale: #686868. Windows color (decimal): -255366 or 8002300. OLE color: 8002300.
HSL color Cylindrical-coordinate representation of color #FC1A7A: hue angle of 334.51º 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 #FC1A7A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 122 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.01 |
| HSL | 334.51º | 0.97% | 0.55% | - |
| HSV(B) | 334.51º | 0.9% | 0.99% | - |
| XYZ | 44.03 | 22.84 | 20.5 | - |
| YUV | 104.52 | 137.87 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 122 | 0 | 0.90 | 0.52 | 0.01 | 334.51 | 0.97 | 0.55 |
| Hex | FC | 1A | 7A | 0 | 5A | 34 | 1 | 14F | 61 | 37 |
| Octal | 374 | 32 | 172 | 0 | 132 | 64 | 1 | 517 | 141 | 67 |
| Binary | 11111100 | 11010 | 1111010 | 0 | 1011010 | 110100 | 1 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FC1A7A
Complementary color
Monochromatic Colors of #FC1A7A
Black with #FC1A7A
Text Example
Text Example
White with #FC1A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A7A; }
p { color: rgb(252,26,122); }
H1.HeaderClassName
{
color: #FC1A7A;
}
.AnyTagClassName
{
color: #FC1A7A;
}
</style>
background-color css
<style>
a { background-color: #FC1A7A; }
a { background-color: rgb(252,26,122); }
div.DivClassName
{
background-color: #FC1A7A;
}
.BgClassName
{
background-color: #FC1A7A;
}
</style>
border-color css
<style>
span { border-color: #FC1A7A; }
span { border-color: rgb(252,26,122); }
td.TdClassName
{
border-color: #FC1A7A;
}
.TagClassName
{
border-color: #FC1A7A;
}
</style>