Shades of Deep Pink #FA1282
Tints of Deep Pink #FA1282
RGB
CMYK
RGB Variations
Color information
#FA1282 (or 0xFA1282) is known color: Deep Pink. HEX triplet: FA, 12 and 82. RGB value is (250,18,130). Sum of RGB (Red+Green+Blue) = 250+18+130=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1282 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1282 is #05ED7D. Grayscale: #636363. Windows color (decimal): -388478 or 8524538. OLE color: 8524538.
HSL color Cylindrical-coordinate representation of color #FA1282: hue angle of 331.03º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1282 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 130 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.02 |
| HSL | 331.03º | 0.96% | 0.53% | - |
| HSV(B) | 331.03º | 0.93% | 0.98% | - |
| XYZ | 43.67 | 22.37 | 23.13 | - |
| YUV | 100.14 | 144.86 | 234.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 130 | 0 | 0.93 | 0.48 | 0.02 | 331.03 | 0.96 | 0.53 |
| Hex | FA | 12 | 82 | 0 | 5D | 30 | 2 | 14B | 60 | 35 |
| Octal | 372 | 22 | 202 | 0 | 135 | 60 | 2 | 513 | 140 | 65 |
| Binary | 11111010 | 10010 | 10000010 | 0 | 1011101 | 110000 | 10 | 101001011 | 1100000 | 110101 |
Color Harmonies of #FA1282
Complementary color
Monochromatic Colors of #FA1282
Black with #FA1282
Text Example
Text Example
White with #FA1282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1282; }
p { color: rgb(250,18,130); }
H1.HeaderClassName
{
color: #FA1282;
}
.AnyTagClassName
{
color: #FA1282;
}
</style>
background-color css
<style>
a { background-color: #FA1282; }
a { background-color: rgb(250,18,130); }
div.DivClassName
{
background-color: #FA1282;
}
.BgClassName
{
background-color: #FA1282;
}
</style>
border-color css
<style>
span { border-color: #FA1282; }
span { border-color: rgb(250,18,130); }
td.TdClassName
{
border-color: #FA1282;
}
.TagClassName
{
border-color: #FA1282;
}
</style>