Shades of Deep Pink #FA139C
Tints of Deep Pink #FA139C
RGB
CMYK
RGB Variations
Color information
#FA139C (or 0xFA139C) is known color: Deep Pink. HEX triplet: FA, 13 and 9C. RGB value is (250,19,156). Sum of RGB (Red+Green+Blue) = 250+19+156=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 156 (61.33% from 255 or 36.71% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA139C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA139C is #05EC63. Grayscale: #676767. Windows color (decimal): -388196 or 10228730. OLE color: 10228730.
HSL color Cylindrical-coordinate representation of color #FA139C: hue angle of 324.42º 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 #FA139C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 156 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.02 |
| HSL | 324.42º | 0.96% | 0.53% | - |
| HSV(B) | 324.42º | 0.92% | 0.98% | - |
| XYZ | 45.66 | 23.19 | 33.52 | - |
| YUV | 103.69 | 157.53 | 232.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 156 | 0 | 0.92 | 0.38 | 0.02 | 324.42 | 0.96 | 0.53 |
| Hex | FA | 13 | 9C | 0 | 5C | 26 | 2 | 144 | 60 | 35 |
| Octal | 372 | 23 | 234 | 0 | 134 | 46 | 2 | 504 | 140 | 65 |
| Binary | 11111010 | 10011 | 10011100 | 0 | 1011100 | 100110 | 10 | 101000100 | 1100000 | 110101 |
Color Harmonies of #FA139C
Complementary color
Monochromatic Colors of #FA139C
Black with #FA139C
Text Example
Text Example
White with #FA139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA139C; }
p { color: rgb(250,19,156); }
H1.HeaderClassName
{
color: #FA139C;
}
.AnyTagClassName
{
color: #FA139C;
}
</style>
background-color css
<style>
a { background-color: #FA139C; }
a { background-color: rgb(250,19,156); }
div.DivClassName
{
background-color: #FA139C;
}
.BgClassName
{
background-color: #FA139C;
}
</style>
border-color css
<style>
span { border-color: #FA139C; }
span { border-color: rgb(250,19,156); }
td.TdClassName
{
border-color: #FA139C;
}
.TagClassName
{
border-color: #FA139C;
}
</style>