Shades of Deep Pink #FA0884
Tints of Deep Pink #FA0884
RGB
CMYK
RGB Variations
Color information
#FA0884 (or 0xFA0884) is known color: Deep Pink. HEX triplet: FA, 08 and 84. RGB value is (250,8,132). Sum of RGB (Red+Green+Blue) = 250+8+132=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0884 is #05F77B. Grayscale: #5E5E5E. Windows color (decimal): -391036 or 8653050. OLE color: 8653050.
HSL color Cylindrical-coordinate representation of color #FA0884: hue angle of 329.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 #FA0884 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 132 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.02 |
| HSL | 329.26º | 0.96% | 0.51% | - |
| HSV(B) | 329.26º | 0.97% | 0.98% | - |
| XYZ | 43.68 | 22.16 | 23.81 | - |
| YUV | 94.49 | 149.17 | 238.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 132 | 0 | 0.97 | 0.47 | 0.02 | 329.26 | 0.96 | 0.51 |
| Hex | FA | 8 | 84 | 0 | 61 | 2F | 2 | 149 | 60 | 33 |
| Octal | 372 | 10 | 204 | 0 | 141 | 57 | 2 | 511 | 140 | 63 |
| Binary | 11111010 | 1000 | 10000100 | 0 | 1100001 | 101111 | 10 | 101001001 | 1100000 | 110011 |
Color Harmonies of #FA0884
Complementary color
Monochromatic Colors of #FA0884
Black with #FA0884
Text Example
Text Example
White with #FA0884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0884; }
p { color: rgb(250,8,132); }
H1.HeaderClassName
{
color: #FA0884;
}
.AnyTagClassName
{
color: #FA0884;
}
</style>
background-color css
<style>
a { background-color: #FA0884; }
a { background-color: rgb(250,8,132); }
div.DivClassName
{
background-color: #FA0884;
}
.BgClassName
{
background-color: #FA0884;
}
</style>
border-color css
<style>
span { border-color: #FA0884; }
span { border-color: rgb(250,8,132); }
td.TdClassName
{
border-color: #FA0884;
}
.TagClassName
{
border-color: #FA0884;
}
</style>