Shades of Deep Pink #FA1C86
Tints of Deep Pink #FA1C86
RGB
CMYK
RGB Variations
Color information
#FA1C86 (or 0xFA1C86) is known color: Deep Pink. HEX triplet: FA, 1C and 86. RGB value is (250,28,134). Sum of RGB (Red+Green+Blue) = 250+28+134=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 134 (52.73% from 255 or 32.52% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C86 is #05E379. Grayscale: #6A6A6A. Windows color (decimal): -385914 or 8789242. OLE color: 8789242.
HSL color Cylindrical-coordinate representation of color #FA1C86: hue angle of 331.35º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1C86 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 134 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.02 |
| HSL | 331.35º | 0.96% | 0.55% | - |
| HSV(B) | 331.35º | 0.89% | 0.98% | - |
| XYZ | 44.14 | 22.88 | 24.64 | - |
| YUV | 106.46 | 143.55 | 230.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 134 | 0 | 0.89 | 0.46 | 0.02 | 331.35 | 0.96 | 0.55 |
| Hex | FA | 1C | 86 | 0 | 59 | 2E | 2 | 14B | 60 | 37 |
| Octal | 372 | 34 | 206 | 0 | 131 | 56 | 2 | 513 | 140 | 67 |
| Binary | 11111010 | 11100 | 10000110 | 0 | 1011001 | 101110 | 10 | 101001011 | 1100000 | 110111 |
Color Harmonies of #FA1C86
Complementary color
Monochromatic Colors of #FA1C86
Black with #FA1C86
Text Example
Text Example
White with #FA1C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C86; }
p { color: rgb(250,28,134); }
H1.HeaderClassName
{
color: #FA1C86;
}
.AnyTagClassName
{
color: #FA1C86;
}
</style>
background-color css
<style>
a { background-color: #FA1C86; }
a { background-color: rgb(250,28,134); }
div.DivClassName
{
background-color: #FA1C86;
}
.BgClassName
{
background-color: #FA1C86;
}
</style>
border-color css
<style>
span { border-color: #FA1C86; }
span { border-color: rgb(250,28,134); }
td.TdClassName
{
border-color: #FA1C86;
}
.TagClassName
{
border-color: #FA1C86;
}
</style>