Shades of Deep Pink #FA147F
Tints of Deep Pink #FA147F
RGB
CMYK
RGB Variations
Color information
#FA147F (or 0xFA147F) is known color: Deep Pink. HEX triplet: FA, 14 and 7F. RGB value is (250,20,127). Sum of RGB (Red+Green+Blue) = 250+20+127=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA147F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA147F is #05EB80. Grayscale: #646464. Windows color (decimal): -387969 or 8328442. OLE color: 8328442.
HSL color Cylindrical-coordinate representation of color #FA147F: hue angle of 332.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA147F is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 127 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.02 |
| HSL | 332.09º | 0.96% | 0.53% | - |
| HSV(B) | 332.09º | 0.92% | 0.98% | - |
| XYZ | 43.51 | 22.36 | 22.1 | - |
| YUV | 100.97 | 142.7 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 127 | 0 | 0.92 | 0.49 | 0.02 | 332.09 | 0.96 | 0.53 |
| Hex | FA | 14 | 7F | 0 | 5C | 31 | 2 | 14C | 60 | 35 |
| Octal | 372 | 24 | 177 | 0 | 134 | 61 | 2 | 514 | 140 | 65 |
| Binary | 11111010 | 10100 | 1111111 | 0 | 1011100 | 110001 | 10 | 101001100 | 1100000 | 110101 |
Color Harmonies of #FA147F
Complementary color
Monochromatic Colors of #FA147F
Black with #FA147F
Text Example
Text Example
White with #FA147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA147F; }
p { color: rgb(250,20,127); }
H1.HeaderClassName
{
color: #FA147F;
}
.AnyTagClassName
{
color: #FA147F;
}
</style>
background-color css
<style>
a { background-color: #FA147F; }
a { background-color: rgb(250,20,127); }
div.DivClassName
{
background-color: #FA147F;
}
.BgClassName
{
background-color: #FA147F;
}
</style>
border-color css
<style>
span { border-color: #FA147F; }
span { border-color: rgb(250,20,127); }
td.TdClassName
{
border-color: #FA147F;
}
.TagClassName
{
border-color: #FA147F;
}
</style>