Shades of Deep Pink #FA1482
Tints of Deep Pink #FA1482
RGB
CMYK
RGB Variations
Color information
#FA1482 (or 0xFA1482) is known color: Deep Pink. HEX triplet: FA, 14 and 82. RGB value is (250,20,130). Sum of RGB (Red+Green+Blue) = 250+20+130=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1482 is #05EB7D. Grayscale: #656565. Windows color (decimal): -387966 or 8525050. OLE color: 8525050.
HSL color Cylindrical-coordinate representation of color #FA1482: hue angle of 331.3º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1482 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.02 |
| HSL | 331.3º | 0.96% | 0.53% | - |
| HSV(B) | 331.3º | 0.92% | 0.98% | - |
| XYZ | 43.7 | 22.44 | 23.15 | - |
| YUV | 101.31 | 144.2 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 130 | 0 | 0.92 | 0.48 | 0.02 | 331.3 | 0.96 | 0.53 |
| Hex | FA | 14 | 82 | 0 | 5C | 30 | 2 | 14B | 60 | 35 |
| Octal | 372 | 24 | 202 | 0 | 134 | 60 | 2 | 513 | 140 | 65 |
| Binary | 11111010 | 10100 | 10000010 | 0 | 1011100 | 110000 | 10 | 101001011 | 1100000 | 110101 |
Color Harmonies of #FA1482
Complementary color
Monochromatic Colors of #FA1482
Black with #FA1482
Text Example
Text Example
White with #FA1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1482; }
p { color: rgb(250,20,130); }
H1.HeaderClassName
{
color: #FA1482;
}
.AnyTagClassName
{
color: #FA1482;
}
</style>
background-color css
<style>
a { background-color: #FA1482; }
a { background-color: rgb(250,20,130); }
div.DivClassName
{
background-color: #FA1482;
}
.BgClassName
{
background-color: #FA1482;
}
</style>
border-color css
<style>
span { border-color: #FA1482; }
span { border-color: rgb(250,20,130); }
td.TdClassName
{
border-color: #FA1482;
}
.TagClassName
{
border-color: #FA1482;
}
</style>