Shades of Deep Pink #FA1785
Tints of Deep Pink #FA1785
RGB
CMYK
RGB Variations
Color information
#FA1785 (or 0xFA1785) is known color: Deep Pink. HEX triplet: FA, 17 and 85. RGB value is (250,23,133). Sum of RGB (Red+Green+Blue) = 250+23+133=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1785 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1785 is #05E87A. Grayscale: #676767. Windows color (decimal): -387195 or 8722426. OLE color: 8722426.
HSL color Cylindrical-coordinate representation of color #FA1785: hue angle of 330.93º 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 #FA1785 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 133 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.02 |
| HSL | 330.93º | 0.96% | 0.54% | - |
| HSV(B) | 330.93º | 0.91% | 0.98% | - |
| XYZ | 43.96 | 22.63 | 24.24 | - |
| YUV | 103.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 133 | 0 | 0.91 | 0.47 | 0.02 | 330.93 | 0.96 | 0.54 |
| Hex | FA | 17 | 85 | 0 | 5B | 2F | 2 | 14B | 60 | 36 |
| Octal | 372 | 27 | 205 | 0 | 133 | 57 | 2 | 513 | 140 | 66 |
| Binary | 11111010 | 10111 | 10000101 | 0 | 1011011 | 101111 | 10 | 101001011 | 1100000 | 110110 |
Color Harmonies of #FA1785
Complementary color
Monochromatic Colors of #FA1785
Black with #FA1785
Text Example
Text Example
White with #FA1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1785; }
p { color: rgb(250,23,133); }
H1.HeaderClassName
{
color: #FA1785;
}
.AnyTagClassName
{
color: #FA1785;
}
</style>
background-color css
<style>
a { background-color: #FA1785; }
a { background-color: rgb(250,23,133); }
div.DivClassName
{
background-color: #FA1785;
}
.BgClassName
{
background-color: #FA1785;
}
</style>
border-color css
<style>
span { border-color: #FA1785; }
span { border-color: rgb(250,23,133); }
td.TdClassName
{
border-color: #FA1785;
}
.TagClassName
{
border-color: #FA1785;
}
</style>