Shades of Deep Pink #FC127F
Tints of Deep Pink #FC127F
RGB
CMYK
RGB Variations
Color information
#FC127F (or 0xFC127F) is known color: Deep Pink. HEX triplet: FC, 12 and 7F. RGB value is (252,18,127). Sum of RGB (Red+Green+Blue) = 252+18+127=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC127F is #03ED80. Grayscale: #646464. Windows color (decimal): -257409 or 8327932. OLE color: 8327932.
HSL color Cylindrical-coordinate representation of color #FC127F: hue angle of 332.05º 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 #FC127F is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 127 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.01 |
| HSL | 332.05º | 0.98% | 0.53% | - |
| HSV(B) | 332.05º | 0.93% | 0.99% | - |
| XYZ | 44.19 | 22.66 | 22.12 | - |
| YUV | 100.39 | 143.02 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 127 | 0 | 0.93 | 0.50 | 0.01 | 332.05 | 0.98 | 0.53 |
| Hex | FC | 12 | 7F | 0 | 5D | 32 | 1 | 14C | 62 | 35 |
| Octal | 374 | 22 | 177 | 0 | 135 | 62 | 1 | 514 | 142 | 65 |
| Binary | 11111100 | 10010 | 1111111 | 0 | 1011101 | 110010 | 1 | 101001100 | 1100010 | 110101 |
Color Harmonies of #FC127F
Complementary color
Monochromatic Colors of #FC127F
Black with #FC127F
Text Example
Text Example
White with #FC127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC127F; }
p { color: rgb(252,18,127); }
H1.HeaderClassName
{
color: #FC127F;
}
.AnyTagClassName
{
color: #FC127F;
}
</style>
background-color css
<style>
a { background-color: #FC127F; }
a { background-color: rgb(252,18,127); }
div.DivClassName
{
background-color: #FC127F;
}
.BgClassName
{
background-color: #FC127F;
}
</style>
border-color css
<style>
span { border-color: #FC127F; }
span { border-color: rgb(252,18,127); }
td.TdClassName
{
border-color: #FC127F;
}
.TagClassName
{
border-color: #FC127F;
}
</style>