Shades of Deep Pink #FA1A8E
Tints of Deep Pink #FA1A8E
RGB
CMYK
RGB Variations
Color information
#FA1A8E (or 0xFA1A8E) is known color: Deep Pink. HEX triplet: FA, 1A and 8E. RGB value is (250,26,142). Sum of RGB (Red+Green+Blue) = 250+26+142=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1A8E is #05E571. Grayscale: #696969. Windows color (decimal): -386418 or 9313018. OLE color: 9313018.
HSL color Cylindrical-coordinate representation of color #FA1A8E: hue angle of 328.93º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1A8E is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 142 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.02 |
| HSL | 328.93º | 0.96% | 0.54% | - |
| HSV(B) | 328.93º | 0.9% | 0.98% | - |
| XYZ | 44.68 | 23.02 | 27.68 | - |
| YUV | 106.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 142 | 0 | 0.90 | 0.43 | 0.02 | 328.93 | 0.96 | 0.54 |
| Hex | FA | 1A | 8E | 0 | 5A | 2B | 2 | 149 | 60 | 36 |
| Octal | 372 | 32 | 216 | 0 | 132 | 53 | 2 | 511 | 140 | 66 |
| Binary | 11111010 | 11010 | 10001110 | 0 | 1011010 | 101011 | 10 | 101001001 | 1100000 | 110110 |
Color Harmonies of #FA1A8E
Complementary color
Monochromatic Colors of #FA1A8E
Black with #FA1A8E
Text Example
Text Example
White with #FA1A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A8E; }
p { color: rgb(250,26,142); }
H1.HeaderClassName
{
color: #FA1A8E;
}
.AnyTagClassName
{
color: #FA1A8E;
}
</style>
background-color css
<style>
a { background-color: #FA1A8E; }
a { background-color: rgb(250,26,142); }
div.DivClassName
{
background-color: #FA1A8E;
}
.BgClassName
{
background-color: #FA1A8E;
}
</style>
border-color css
<style>
span { border-color: #FA1A8E; }
span { border-color: rgb(250,26,142); }
td.TdClassName
{
border-color: #FA1A8E;
}
.TagClassName
{
border-color: #FA1A8E;
}
</style>