Shades of Deep Pink #FA008A
Tints of Deep Pink #FA008A
RGB
CMYK
RGB Variations
Color information
#FA008A (or 0xFA008A) is known color: Deep Pink. HEX triplet: FA, 00 and 8A. RGB value is (250,0,138). Sum of RGB (Red+Green+Blue) = 250+0+138=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA008A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA008A is #05FF75. Grayscale: #5A5A5A. Windows color (decimal): -393078 or 9044218. OLE color: 9044218.
HSL color Cylindrical-coordinate representation of color #FA008A: hue angle of 326.88º 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 #FA008A is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 138 | - |
| CMYK | 0 | 1 | 0.45 | 0.02 |
| HSL | 326.88º | 1% | 0.49% | - |
| HSV(B) | 326.88º | 1% | 0.98% | - |
| XYZ | 44.01 | 22.16 | 26 | - |
| YUV | 90.48 | 154.83 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 138 | 0 | 1 | 0.45 | 0.02 | 326.88 | 1 | 0.49 |
| Hex | FA | 0 | 8A | 0 | 64 | 2D | 2 | 147 | 64 | 31 |
| Octal | 372 | 0 | 212 | 0 | 144 | 55 | 2 | 507 | 144 | 61 |
| Binary | 11111010 | 0 | 10001010 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FA008A
Complementary color
Monochromatic Colors of #FA008A
Black with #FA008A
Text Example
Text Example
White with #FA008A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA008A; }
p { color: rgb(250,0,138); }
H1.HeaderClassName
{
color: #FA008A;
}
.AnyTagClassName
{
color: #FA008A;
}
</style>
background-color css
<style>
a { background-color: #FA008A; }
a { background-color: rgb(250,0,138); }
div.DivClassName
{
background-color: #FA008A;
}
.BgClassName
{
background-color: #FA008A;
}
</style>
border-color css
<style>
span { border-color: #FA008A; }
span { border-color: rgb(250,0,138); }
td.TdClassName
{
border-color: #FA008A;
}
.TagClassName
{
border-color: #FA008A;
}
</style>