Shades of Deep Pink #FA0982
Tints of Deep Pink #FA0982
RGB
CMYK
RGB Variations
Color information
#FA0982 (or 0xFA0982) is known color: Deep Pink. HEX triplet: FA, 09 and 82. RGB value is (250,9,130). Sum of RGB (Red+Green+Blue) = 250+9+130=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0982 is #05F67D. Grayscale: #5E5E5E. Windows color (decimal): -390782 or 8522234. OLE color: 8522234.
HSL color Cylindrical-coordinate representation of color #FA0982: hue angle of 329.88º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0982 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.02 |
| HSL | 329.88º | 0.96% | 0.51% | - |
| HSV(B) | 329.88º | 0.96% | 0.98% | - |
| XYZ | 43.55 | 22.13 | 23.1 | - |
| YUV | 94.85 | 147.84 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 130 | 0 | 0.96 | 0.48 | 0.02 | 329.88 | 0.96 | 0.51 |
| Hex | FA | 9 | 82 | 0 | 60 | 30 | 2 | 14A | 60 | 33 |
| Octal | 372 | 11 | 202 | 0 | 140 | 60 | 2 | 512 | 140 | 63 |
| Binary | 11111010 | 1001 | 10000010 | 0 | 1100000 | 110000 | 10 | 101001010 | 1100000 | 110011 |
Color Harmonies of #FA0982
Complementary color
Monochromatic Colors of #FA0982
Black with #FA0982
Text Example
Text Example
White with #FA0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0982; }
p { color: rgb(250,9,130); }
H1.HeaderClassName
{
color: #FA0982;
}
.AnyTagClassName
{
color: #FA0982;
}
</style>
background-color css
<style>
a { background-color: #FA0982; }
a { background-color: rgb(250,9,130); }
div.DivClassName
{
background-color: #FA0982;
}
.BgClassName
{
background-color: #FA0982;
}
</style>
border-color css
<style>
span { border-color: #FA0982; }
span { border-color: rgb(250,9,130); }
td.TdClassName
{
border-color: #FA0982;
}
.TagClassName
{
border-color: #FA0982;
}
</style>