Shades of Deep Pink #FA128B
Tints of Deep Pink #FA128B
RGB
CMYK
RGB Variations
Color information
#FA128B (or 0xFA128B) is known color: Deep Pink. HEX triplet: FA, 12 and 8B. RGB value is (250,18,139). Sum of RGB (Red+Green+Blue) = 250+18+139=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA128B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA128B is #05ED74. Grayscale: #646464. Windows color (decimal): -388469 or 9114362. OLE color: 9114362.
HSL color Cylindrical-coordinate representation of color #FA128B: hue angle of 328.71º 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 #FA128B is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 139 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.02 |
| HSL | 328.71º | 0.96% | 0.53% | - |
| HSV(B) | 328.71º | 0.93% | 0.98% | - |
| XYZ | 44.3 | 22.62 | 26.46 | - |
| YUV | 101.16 | 149.36 | 234.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 139 | 0 | 0.93 | 0.44 | 0.02 | 328.71 | 0.96 | 0.53 |
| Hex | FA | 12 | 8B | 0 | 5D | 2C | 2 | 149 | 60 | 35 |
| Octal | 372 | 22 | 213 | 0 | 135 | 54 | 2 | 511 | 140 | 65 |
| Binary | 11111010 | 10010 | 10001011 | 0 | 1011101 | 101100 | 10 | 101001001 | 1100000 | 110101 |
Color Harmonies of #FA128B
Complementary color
Monochromatic Colors of #FA128B
Black with #FA128B
Text Example
Text Example
White with #FA128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA128B; }
p { color: rgb(250,18,139); }
H1.HeaderClassName
{
color: #FA128B;
}
.AnyTagClassName
{
color: #FA128B;
}
</style>
background-color css
<style>
a { background-color: #FA128B; }
a { background-color: rgb(250,18,139); }
div.DivClassName
{
background-color: #FA128B;
}
.BgClassName
{
background-color: #FA128B;
}
</style>
border-color css
<style>
span { border-color: #FA128B; }
span { border-color: rgb(250,18,139); }
td.TdClassName
{
border-color: #FA128B;
}
.TagClassName
{
border-color: #FA128B;
}
</style>