Shades of Deep Pink #FA0784
Tints of Deep Pink #FA0784
RGB
CMYK
RGB Variations
Color information
#FA0784 (or 0xFA0784) is known color: Deep Pink. HEX triplet: FA, 07 and 84. RGB value is (250,7,132). Sum of RGB (Red+Green+Blue) = 250+7+132=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0784 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0784 is #05F87B. Grayscale: #5D5D5D. Windows color (decimal): -391292 or 8652794. OLE color: 8652794.
HSL color Cylindrical-coordinate representation of color #FA0784: hue angle of 329.14º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0784 is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 7 | 132 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.02 |
| HSL | 329.14º | 0.96% | 0.5% | - |
| HSV(B) | 329.14º | 0.97% | 0.98% | - |
| XYZ | 43.67 | 22.14 | 23.8 | - |
| YUV | 93.91 | 149.51 | 239.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 7 | 132 | 0 | 0.97 | 0.47 | 0.02 | 329.14 | 0.96 | 0.5 |
| Hex | FA | 7 | 84 | 0 | 61 | 2F | 2 | 149 | 60 | 32 |
| Octal | 372 | 7 | 204 | 0 | 141 | 57 | 2 | 511 | 140 | 62 |
| Binary | 11111010 | 111 | 10000100 | 0 | 1100001 | 101111 | 10 | 101001001 | 1100000 | 110010 |
Color Harmonies of #FA0784
Complementary color
Monochromatic Colors of #FA0784
Black with #FA0784
Text Example
Text Example
White with #FA0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0784; }
p { color: rgb(250,7,132); }
H1.HeaderClassName
{
color: #FA0784;
}
.AnyTagClassName
{
color: #FA0784;
}
</style>
background-color css
<style>
a { background-color: #FA0784; }
a { background-color: rgb(250,7,132); }
div.DivClassName
{
background-color: #FA0784;
}
.BgClassName
{
background-color: #FA0784;
}
</style>
border-color css
<style>
span { border-color: #FA0784; }
span { border-color: rgb(250,7,132); }
td.TdClassName
{
border-color: #FA0784;
}
.TagClassName
{
border-color: #FA0784;
}
</style>