Shades of Deep Pink #FA127C
Tints of Deep Pink #FA127C
RGB
CMYK
RGB Variations
Color information
#FA127C (or 0xFA127C) is known color: Deep Pink. HEX triplet: FA, 12 and 7C. RGB value is (250,18,124). Sum of RGB (Red+Green+Blue) = 250+18+124=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA127C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA127C is #05ED83. Grayscale: #636363. Windows color (decimal): -388484 or 8131322. OLE color: 8131322.
HSL color Cylindrical-coordinate representation of color #FA127C: hue angle of 332.59º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA127C is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 124 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.02 |
| HSL | 332.59º | 0.96% | 0.53% | - |
| HSV(B) | 332.59º | 0.93% | 0.98% | - |
| XYZ | 43.28 | 22.21 | 21.08 | - |
| YUV | 99.45 | 141.86 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 124 | 0 | 0.93 | 0.50 | 0.02 | 332.59 | 0.96 | 0.53 |
| Hex | FA | 12 | 7C | 0 | 5D | 32 | 2 | 14D | 60 | 35 |
| Octal | 372 | 22 | 174 | 0 | 135 | 62 | 2 | 515 | 140 | 65 |
| Binary | 11111010 | 10010 | 1111100 | 0 | 1011101 | 110010 | 10 | 101001101 | 1100000 | 110101 |
Color Harmonies of #FA127C
Complementary color
Monochromatic Colors of #FA127C
Black with #FA127C
Text Example
Text Example
White with #FA127C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA127C; }
p { color: rgb(250,18,124); }
H1.HeaderClassName
{
color: #FA127C;
}
.AnyTagClassName
{
color: #FA127C;
}
</style>
background-color css
<style>
a { background-color: #FA127C; }
a { background-color: rgb(250,18,124); }
div.DivClassName
{
background-color: #FA127C;
}
.BgClassName
{
background-color: #FA127C;
}
</style>
border-color css
<style>
span { border-color: #FA127C; }
span { border-color: rgb(250,18,124); }
td.TdClassName
{
border-color: #FA127C;
}
.TagClassName
{
border-color: #FA127C;
}
</style>