Shades of Deep Pink #FA1C8E
Tints of Deep Pink #FA1C8E
RGB
CMYK
RGB Variations
Color information
#FA1C8E (or 0xFA1C8E) is known color: Deep Pink. HEX triplet: FA, 1C and 8E. RGB value is (250,28,142). Sum of RGB (Red+Green+Blue) = 250+28+142=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C8E is #05E371. Grayscale: #6B6B6B. Windows color (decimal): -385906 or 9313530. OLE color: 9313530.
HSL color Cylindrical-coordinate representation of color #FA1C8E: hue angle of 329.19º 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 #FA1C8E is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 142 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.02 |
| HSL | 329.19º | 0.96% | 0.55% | - |
| HSV(B) | 329.19º | 0.89% | 0.98% | - |
| XYZ | 44.72 | 23.11 | 27.69 | - |
| YUV | 107.37 | 147.55 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 142 | 0 | 0.89 | 0.43 | 0.02 | 329.19 | 0.96 | 0.55 |
| Hex | FA | 1C | 8E | 0 | 59 | 2B | 2 | 149 | 60 | 37 |
| Octal | 372 | 34 | 216 | 0 | 131 | 53 | 2 | 511 | 140 | 67 |
| Binary | 11111010 | 11100 | 10001110 | 0 | 1011001 | 101011 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FA1C8E
Complementary color
Monochromatic Colors of #FA1C8E
Black with #FA1C8E
Text Example
Text Example
White with #FA1C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C8E; }
p { color: rgb(250,28,142); }
H1.HeaderClassName
{
color: #FA1C8E;
}
.AnyTagClassName
{
color: #FA1C8E;
}
</style>
background-color css
<style>
a { background-color: #FA1C8E; }
a { background-color: rgb(250,28,142); }
div.DivClassName
{
background-color: #FA1C8E;
}
.BgClassName
{
background-color: #FA1C8E;
}
</style>
border-color css
<style>
span { border-color: #FA1C8E; }
span { border-color: rgb(250,28,142); }
td.TdClassName
{
border-color: #FA1C8E;
}
.TagClassName
{
border-color: #FA1C8E;
}
</style>