Shades of Deep Pink #FA0082
Tints of Deep Pink #FA0082
RGB
CMYK
RGB Variations
Color information
#FA0082 (or 0xFA0082) is known color: Deep Pink. HEX triplet: FA, 00 and 82. RGB value is (250,0,130). Sum of RGB (Red+Green+Blue) = 250+0+130=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 0 (0.39% from 255 or 0% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0082 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0082 is #05FF7D. Grayscale: #595959. Windows color (decimal): -393086 or 8519930. OLE color: 8519930.
HSL color Cylindrical-coordinate representation of color #FA0082: hue angle of 328.8º 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 #FA0082 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.48 | 0.02 |
| HSL | 328.8º | 1% | 0.49% | - |
| HSV(B) | 328.8º | 1% | 0.98% | - |
| XYZ | 43.45 | 21.94 | 23.06 | - |
| YUV | 89.57 | 150.83 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 130 | 0 | 1 | 0.48 | 0.02 | 328.8 | 1 | 0.49 |
| Hex | FA | 0 | 82 | 0 | 64 | 30 | 2 | 149 | 64 | 31 |
| Octal | 372 | 0 | 202 | 0 | 144 | 60 | 2 | 511 | 144 | 61 |
| Binary | 11111010 | 0 | 10000010 | 0 | 1100100 | 110000 | 10 | 101001001 | 1100100 | 110001 |
Color Harmonies of #FA0082
Complementary color
Monochromatic Colors of #FA0082
Black with #FA0082
Text Example
Text Example
White with #FA0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0082; }
p { color: rgb(250,0,130); }
H1.HeaderClassName
{
color: #FA0082;
}
.AnyTagClassName
{
color: #FA0082;
}
</style>
background-color css
<style>
a { background-color: #FA0082; }
a { background-color: rgb(250,0,130); }
div.DivClassName
{
background-color: #FA0082;
}
.BgClassName
{
background-color: #FA0082;
}
</style>
border-color css
<style>
span { border-color: #FA0082; }
span { border-color: rgb(250,0,130); }
td.TdClassName
{
border-color: #FA0082;
}
.TagClassName
{
border-color: #FA0082;
}
</style>