Shades of Deep Pink #FA1A8B
Tints of Deep Pink #FA1A8B
RGB
CMYK
RGB Variations
Color information
#FA1A8B (or 0xFA1A8B) is known color: Deep Pink. HEX triplet: FA, 1A and 8B. RGB value is (250,26,139). Sum of RGB (Red+Green+Blue) = 250+26+139=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1A8B is #05E574. Grayscale: #696969. Windows color (decimal): -386421 or 9116410. OLE color: 9116410.
HSL color Cylindrical-coordinate representation of color #FA1A8B: hue angle of 329.73º 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 #FA1A8B is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 139 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.02 |
| HSL | 329.73º | 0.96% | 0.54% | - |
| HSV(B) | 329.73º | 0.9% | 0.98% | - |
| XYZ | 44.45 | 22.93 | 26.51 | - |
| YUV | 105.86 | 146.71 | 230.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 139 | 0 | 0.90 | 0.44 | 0.02 | 329.73 | 0.96 | 0.54 |
| Hex | FA | 1A | 8B | 0 | 5A | 2C | 2 | 14A | 60 | 36 |
| Octal | 372 | 32 | 213 | 0 | 132 | 54 | 2 | 512 | 140 | 66 |
| Binary | 11111010 | 11010 | 10001011 | 0 | 1011010 | 101100 | 10 | 101001010 | 1100000 | 110110 |
Color Harmonies of #FA1A8B
Complementary color
Monochromatic Colors of #FA1A8B
Black with #FA1A8B
Text Example
Text Example
White with #FA1A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1A8B; }
p { color: rgb(250,26,139); }
H1.HeaderClassName
{
color: #FA1A8B;
}
.AnyTagClassName
{
color: #FA1A8B;
}
</style>
background-color css
<style>
a { background-color: #FA1A8B; }
a { background-color: rgb(250,26,139); }
div.DivClassName
{
background-color: #FA1A8B;
}
.BgClassName
{
background-color: #FA1A8B;
}
</style>
border-color css
<style>
span { border-color: #FA1A8B; }
span { border-color: rgb(250,26,139); }
td.TdClassName
{
border-color: #FA1A8B;
}
.TagClassName
{
border-color: #FA1A8B;
}
</style>