Shades of Deep Pink #FA127A
Tints of Deep Pink #FA127A
RGB
CMYK
RGB Variations
Color information
#FA127A (or 0xFA127A) is known color: Deep Pink. HEX triplet: FA, 12 and 7A. RGB value is (250,18,122). Sum of RGB (Red+Green+Blue) = 250+18+122=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA127A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA127A is #05ED85. Grayscale: #636363. Windows color (decimal): -388486 or 8000250. OLE color: 8000250.
HSL color Cylindrical-coordinate representation of color #FA127A: hue angle of 333.1º 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 #FA127A is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 122 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.02 |
| HSL | 333.1º | 0.96% | 0.53% | - |
| HSV(B) | 333.1º | 0.93% | 0.98% | - |
| XYZ | 43.15 | 22.16 | 20.42 | - |
| YUV | 99.22 | 140.86 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 122 | 0 | 0.93 | 0.51 | 0.02 | 333.1 | 0.96 | 0.53 |
| Hex | FA | 12 | 7A | 0 | 5D | 33 | 2 | 14D | 60 | 35 |
| Octal | 372 | 22 | 172 | 0 | 135 | 63 | 2 | 515 | 140 | 65 |
| Binary | 11111010 | 10010 | 1111010 | 0 | 1011101 | 110011 | 10 | 101001101 | 1100000 | 110101 |
Color Harmonies of #FA127A
Complementary color
Monochromatic Colors of #FA127A
Black with #FA127A
Text Example
Text Example
White with #FA127A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA127A; }
p { color: rgb(250,18,122); }
H1.HeaderClassName
{
color: #FA127A;
}
.AnyTagClassName
{
color: #FA127A;
}
</style>
background-color css
<style>
a { background-color: #FA127A; }
a { background-color: rgb(250,18,122); }
div.DivClassName
{
background-color: #FA127A;
}
.BgClassName
{
background-color: #FA127A;
}
</style>
border-color css
<style>
span { border-color: #FA127A; }
span { border-color: rgb(250,18,122); }
td.TdClassName
{
border-color: #FA127A;
}
.TagClassName
{
border-color: #FA127A;
}
</style>