Shades of Deep Pink #FA008B
Tints of Deep Pink #FA008B
RGB
CMYK
RGB Variations
Color information
#FA008B (or 0xFA008B) is known color: Deep Pink. HEX triplet: FA, 00 and 8B. RGB value is (250,0,139). Sum of RGB (Red+Green+Blue) = 250+0+139=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 0 (0.39% from 255 or 0% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA008B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA008B is #05FF74. Grayscale: #5A5A5A. Windows color (decimal): -393077 or 9109754. OLE color: 9109754.
HSL color Cylindrical-coordinate representation of color #FA008B: hue angle of 326.64º 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 #FA008B is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 139 | - |
| CMYK | 0 | 1 | 0.44 | 0.02 |
| HSL | 326.64º | 1% | 0.49% | - |
| HSV(B) | 326.64º | 1% | 0.98% | - |
| XYZ | 44.08 | 22.19 | 26.39 | - |
| YUV | 90.6 | 155.33 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 139 | 0 | 1 | 0.44 | 0.02 | 326.64 | 1 | 0.49 |
| Hex | FA | 0 | 8B | 0 | 64 | 2C | 2 | 147 | 64 | 31 |
| Octal | 372 | 0 | 213 | 0 | 144 | 54 | 2 | 507 | 144 | 61 |
| Binary | 11111010 | 0 | 10001011 | 0 | 1100100 | 101100 | 10 | 101000111 | 1100100 | 110001 |
Color Harmonies of #FA008B
Complementary color
Monochromatic Colors of #FA008B
Black with #FA008B
Text Example
Text Example
White with #FA008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA008B; }
p { color: rgb(250,0,139); }
H1.HeaderClassName
{
color: #FA008B;
}
.AnyTagClassName
{
color: #FA008B;
}
</style>
background-color css
<style>
a { background-color: #FA008B; }
a { background-color: rgb(250,0,139); }
div.DivClassName
{
background-color: #FA008B;
}
.BgClassName
{
background-color: #FA008B;
}
</style>
border-color css
<style>
span { border-color: #FA008B; }
span { border-color: rgb(250,0,139); }
td.TdClassName
{
border-color: #FA008B;
}
.TagClassName
{
border-color: #FA008B;
}
</style>