Shades of Deep Pink #FA0888
Tints of Deep Pink #FA0888
RGB
CMYK
RGB Variations
Color information
#FA0888 (or 0xFA0888) is known color: Deep Pink. HEX triplet: FA, 08 and 88. RGB value is (250,8,136). Sum of RGB (Red+Green+Blue) = 250+8+136=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 8 (3.52% from 255 or 2.03% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0888 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0888 is #05F777. Grayscale: #5E5E5E. Windows color (decimal): -391032 or 8915194. OLE color: 8915194.
HSL color Cylindrical-coordinate representation of color #FA0888: hue angle of 328.26º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0888 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 136 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.02 |
| HSL | 328.26º | 0.96% | 0.51% | - |
| HSV(B) | 328.26º | 0.97% | 0.98% | - |
| XYZ | 43.96 | 22.28 | 25.28 | - |
| YUV | 94.95 | 151.17 | 238.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 136 | 0 | 0.97 | 0.46 | 0.02 | 328.26 | 0.96 | 0.51 |
| Hex | FA | 8 | 88 | 0 | 61 | 2E | 2 | 148 | 60 | 33 |
| Octal | 372 | 10 | 210 | 0 | 141 | 56 | 2 | 510 | 140 | 63 |
| Binary | 11111010 | 1000 | 10001000 | 0 | 1100001 | 101110 | 10 | 101001000 | 1100000 | 110011 |
Color Harmonies of #FA0888
Complementary color
Monochromatic Colors of #FA0888
Black with #FA0888
Text Example
Text Example
White with #FA0888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0888; }
p { color: rgb(250,8,136); }
H1.HeaderClassName
{
color: #FA0888;
}
.AnyTagClassName
{
color: #FA0888;
}
</style>
background-color css
<style>
a { background-color: #FA0888; }
a { background-color: rgb(250,8,136); }
div.DivClassName
{
background-color: #FA0888;
}
.BgClassName
{
background-color: #FA0888;
}
</style>
border-color css
<style>
span { border-color: #FA0888; }
span { border-color: rgb(250,8,136); }
td.TdClassName
{
border-color: #FA0888;
}
.TagClassName
{
border-color: #FA0888;
}
</style>