Shades of Deep Pink #FA1281
Tints of Deep Pink #FA1281
RGB
CMYK
RGB Variations
Color information
#FA1281 (or 0xFA1281) is known color: Deep Pink. HEX triplet: FA, 12 and 81. RGB value is (250,18,129). Sum of RGB (Red+Green+Blue) = 250+18+129=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1281 is #05ED7E. Grayscale: #636363. Windows color (decimal): -388479 or 8459002. OLE color: 8459002.
HSL color Cylindrical-coordinate representation of color #FA1281: hue angle of 331.29º 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 #FA1281 is Cyan = 0, Magento = 0.93, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 129 | - |
| CMYK | 0 | 0.93 | 0.48 | 0.02 |
| HSL | 331.29º | 0.96% | 0.53% | - |
| HSV(B) | 331.29º | 0.93% | 0.98% | - |
| XYZ | 43.6 | 22.34 | 22.78 | - |
| YUV | 100.02 | 144.36 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 129 | 0 | 0.93 | 0.48 | 0.02 | 331.29 | 0.96 | 0.53 |
| Hex | FA | 12 | 81 | 0 | 5D | 30 | 2 | 14B | 60 | 35 |
| Octal | 372 | 22 | 201 | 0 | 135 | 60 | 2 | 513 | 140 | 65 |
| Binary | 11111010 | 10010 | 10000001 | 0 | 1011101 | 110000 | 10 | 101001011 | 1100000 | 110101 |
Color Harmonies of #FA1281
Complementary color
Monochromatic Colors of #FA1281
Black with #FA1281
Text Example
Text Example
White with #FA1281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1281; }
p { color: rgb(250,18,129); }
H1.HeaderClassName
{
color: #FA1281;
}
.AnyTagClassName
{
color: #FA1281;
}
</style>
background-color css
<style>
a { background-color: #FA1281; }
a { background-color: rgb(250,18,129); }
div.DivClassName
{
background-color: #FA1281;
}
.BgClassName
{
background-color: #FA1281;
}
</style>
border-color css
<style>
span { border-color: #FA1281; }
span { border-color: rgb(250,18,129); }
td.TdClassName
{
border-color: #FA1281;
}
.TagClassName
{
border-color: #FA1281;
}
</style>