Shades of Deep Pink #FA1781
Tints of Deep Pink #FA1781
RGB
CMYK
RGB Variations
Color information
#FA1781 (or 0xFA1781) is known color: Deep Pink. HEX triplet: FA, 17 and 81. RGB value is (250,23,129). Sum of RGB (Red+Green+Blue) = 250+23+129=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 129 (50.78% from 255 or 32.09% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1781 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1781 is #05E87E. Grayscale: #666666. Windows color (decimal): -387199 or 8460282. OLE color: 8460282.
HSL color Cylindrical-coordinate representation of color #FA1781: hue angle of 331.98º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1781 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 129 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.02 |
| HSL | 331.98º | 0.96% | 0.54% | - |
| HSV(B) | 331.98º | 0.91% | 0.98% | - |
| XYZ | 43.69 | 22.52 | 22.81 | - |
| YUV | 102.96 | 142.71 | 232.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 129 | 0 | 0.91 | 0.48 | 0.02 | 331.98 | 0.96 | 0.54 |
| Hex | FA | 17 | 81 | 0 | 5B | 30 | 2 | 14C | 60 | 36 |
| Octal | 372 | 27 | 201 | 0 | 133 | 60 | 2 | 514 | 140 | 66 |
| Binary | 11111010 | 10111 | 10000001 | 0 | 1011011 | 110000 | 10 | 101001100 | 1100000 | 110110 |
Color Harmonies of #FA1781
Complementary color
Monochromatic Colors of #FA1781
Black with #FA1781
Text Example
Text Example
White with #FA1781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1781; }
p { color: rgb(250,23,129); }
H1.HeaderClassName
{
color: #FA1781;
}
.AnyTagClassName
{
color: #FA1781;
}
</style>
background-color css
<style>
a { background-color: #FA1781; }
a { background-color: rgb(250,23,129); }
div.DivClassName
{
background-color: #FA1781;
}
.BgClassName
{
background-color: #FA1781;
}
</style>
border-color css
<style>
span { border-color: #FA1781; }
span { border-color: rgb(250,23,129); }
td.TdClassName
{
border-color: #FA1781;
}
.TagClassName
{
border-color: #FA1781;
}
</style>