Shades of Deep Pink #FA008D
Tints of Deep Pink #FA008D
RGB
CMYK
RGB Variations
Color information
#FA008D (or 0xFA008D) is known color: Deep Pink. HEX triplet: FA, 00 and 8D. RGB value is (250,0,141). Sum of RGB (Red+Green+Blue) = 250+0+141=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA008D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA008D is #05FF72. Grayscale: #5A5A5A. Windows color (decimal): -393075 or 9240826. OLE color: 9240826.
HSL color Cylindrical-coordinate representation of color #FA008D: hue angle of 326.16º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA008D is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.44 | 0.02 |
| HSL | 326.16º | 1% | 0.49% | - |
| HSV(B) | 326.16º | 1% | 0.98% | - |
| XYZ | 44.23 | 22.25 | 27.16 | - |
| YUV | 90.82 | 156.33 | 241.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 141 | 0 | 1 | 0.44 | 0.02 | 326.16 | 1 | 0.49 |
| Hex | FA | 0 | 8D | 0 | 64 | 2C | 2 | 146 | 64 | 31 |
| Octal | 372 | 0 | 215 | 0 | 144 | 54 | 2 | 506 | 144 | 61 |
| Binary | 11111010 | 0 | 10001101 | 0 | 1100100 | 101100 | 10 | 101000110 | 1100100 | 110001 |
Color Harmonies of #FA008D
Complementary color
Monochromatic Colors of #FA008D
Black with #FA008D
Text Example
Text Example
White with #FA008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA008D; }
p { color: rgb(250,0,141); }
H1.HeaderClassName
{
color: #FA008D;
}
.AnyTagClassName
{
color: #FA008D;
}
</style>
background-color css
<style>
a { background-color: #FA008D; }
a { background-color: rgb(250,0,141); }
div.DivClassName
{
background-color: #FA008D;
}
.BgClassName
{
background-color: #FA008D;
}
</style>
border-color css
<style>
span { border-color: #FA008D; }
span { border-color: rgb(250,0,141); }
td.TdClassName
{
border-color: #FA008D;
}
.TagClassName
{
border-color: #FA008D;
}
</style>