Shades of Deep Pink #FA1C8D
Tints of Deep Pink #FA1C8D
RGB
CMYK
RGB Variations
Color information
#FA1C8D (or 0xFA1C8D) is known color: Deep Pink. HEX triplet: FA, 1C and 8D. RGB value is (250,28,141). Sum of RGB (Red+Green+Blue) = 250+28+141=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1C8D is #05E372. Grayscale: #6B6B6B. Windows color (decimal): -385907 or 9247994. OLE color: 9247994.
HSL color Cylindrical-coordinate representation of color #FA1C8D: hue angle of 329.46º 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 #FA1C8D is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 141 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.02 |
| HSL | 329.46º | 0.96% | 0.55% | - |
| HSV(B) | 329.46º | 0.89% | 0.98% | - |
| XYZ | 44.65 | 23.08 | 27.3 | - |
| YUV | 107.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 141 | 0 | 0.89 | 0.44 | 0.02 | 329.46 | 0.96 | 0.55 |
| Hex | FA | 1C | 8D | 0 | 59 | 2C | 2 | 149 | 60 | 37 |
| Octal | 372 | 34 | 215 | 0 | 131 | 54 | 2 | 511 | 140 | 67 |
| Binary | 11111010 | 11100 | 10001101 | 0 | 1011001 | 101100 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FA1C8D
Complementary color
Monochromatic Colors of #FA1C8D
Black with #FA1C8D
Text Example
Text Example
White with #FA1C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C8D; }
p { color: rgb(250,28,141); }
H1.HeaderClassName
{
color: #FA1C8D;
}
.AnyTagClassName
{
color: #FA1C8D;
}
</style>
background-color css
<style>
a { background-color: #FA1C8D; }
a { background-color: rgb(250,28,141); }
div.DivClassName
{
background-color: #FA1C8D;
}
.BgClassName
{
background-color: #FA1C8D;
}
</style>
border-color css
<style>
span { border-color: #FA1C8D; }
span { border-color: rgb(250,28,141); }
td.TdClassName
{
border-color: #FA1C8D;
}
.TagClassName
{
border-color: #FA1C8D;
}
</style>