Shades of Deep Pink #FA138F
Tints of Deep Pink #FA138F
RGB
CMYK
RGB Variations
Color information
#FA138F (or 0xFA138F) is known color: Deep Pink. HEX triplet: FA, 13 and 8F. RGB value is (250,19,143). Sum of RGB (Red+Green+Blue) = 250+19+143=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA138F is #05EC70. Grayscale: #656565. Windows color (decimal): -388209 or 9376762. OLE color: 9376762.
HSL color Cylindrical-coordinate representation of color #FA138F: hue angle of 327.79º 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 #FA138F is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 143 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.02 |
| HSL | 327.79º | 0.96% | 0.53% | - |
| HSV(B) | 327.79º | 0.92% | 0.98% | - |
| XYZ | 44.62 | 22.77 | 28.03 | - |
| YUV | 102.21 | 151.03 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 143 | 0 | 0.92 | 0.43 | 0.02 | 327.79 | 0.96 | 0.53 |
| Hex | FA | 13 | 8F | 0 | 5C | 2B | 2 | 148 | 60 | 35 |
| Octal | 372 | 23 | 217 | 0 | 134 | 53 | 2 | 510 | 140 | 65 |
| Binary | 11111010 | 10011 | 10001111 | 0 | 1011100 | 101011 | 10 | 101001000 | 1100000 | 110101 |
Color Harmonies of #FA138F
Complementary color
Monochromatic Colors of #FA138F
Black with #FA138F
Text Example
Text Example
White with #FA138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA138F; }
p { color: rgb(250,19,143); }
H1.HeaderClassName
{
color: #FA138F;
}
.AnyTagClassName
{
color: #FA138F;
}
</style>
background-color css
<style>
a { background-color: #FA138F; }
a { background-color: rgb(250,19,143); }
div.DivClassName
{
background-color: #FA138F;
}
.BgClassName
{
background-color: #FA138F;
}
</style>
border-color css
<style>
span { border-color: #FA138F; }
span { border-color: rgb(250,19,143); }
td.TdClassName
{
border-color: #FA138F;
}
.TagClassName
{
border-color: #FA138F;
}
</style>