Shades of Deep Pink #FA1A8C
Tints of Deep Pink #FA1A8C
RGB
CMYK
RGB Variations
Color information
#FA1A8C (or 0xFA1A8C) is known color: Deep Pink. HEX triplet: FA, 1A and 8C. RGB value is (250,26,140). Sum of RGB (Red+Green+Blue) = 250+26+140=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 26 (10.55% from 255 or 6.25% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1A8C is #05E573. Grayscale: #696969. Windows color (decimal): -386420 or 9181946. OLE color: 9181946.
HSL color Cylindrical-coordinate representation of color #FA1A8C: hue angle of 329.46º 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 #FA1A8C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 140 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.02 |
| HSL | 329.46º | 0.96% | 0.54% | - |
| HSV(B) | 329.46º | 0.9% | 0.98% | - |
| XYZ | 44.53 | 22.96 | 26.9 | - |
| YUV | 105.97 | 147.21 | 230.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 140 | 0 | 0.90 | 0.44 | 0.02 | 329.46 | 0.96 | 0.54 |
| Hex | FA | 1A | 8C | 0 | 5A | 2C | 2 | 149 | 60 | 36 |
| Octal | 372 | 32 | 214 | 0 | 132 | 54 | 2 | 511 | 140 | 66 |
| Binary | 11111010 | 11010 | 10001100 | 0 | 1011010 | 101100 | 10 | 101001001 | 1100000 | 110110 |
Color Harmonies of #FA1A8C
Complementary color
Monochromatic Colors of #FA1A8C
Black with #FA1A8C
Text Example
Text Example
White with #FA1A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A8C; }
p { color: rgb(250,26,140); }
H1.HeaderClassName
{
color: #FA1A8C;
}
.AnyTagClassName
{
color: #FA1A8C;
}
</style>
background-color css
<style>
a { background-color: #FA1A8C; }
a { background-color: rgb(250,26,140); }
div.DivClassName
{
background-color: #FA1A8C;
}
.BgClassName
{
background-color: #FA1A8C;
}
</style>
border-color css
<style>
span { border-color: #FA1A8C; }
span { border-color: rgb(250,26,140); }
td.TdClassName
{
border-color: #FA1A8C;
}
.TagClassName
{
border-color: #FA1A8C;
}
</style>