Shades of Deep Pink #FA1385
Tints of Deep Pink #FA1385
RGB
CMYK
RGB Variations
Color information
#FA1385 (or 0xFA1385) is known color: Deep Pink. HEX triplet: FA, 13 and 85. RGB value is (250,19,133). Sum of RGB (Red+Green+Blue) = 250+19+133=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1385 is #05EC7A. Grayscale: #646464. Windows color (decimal): -388219 or 8721402. OLE color: 8721402.
HSL color Cylindrical-coordinate representation of color #FA1385: hue angle of 330.39º 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 #FA1385 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.02 |
| HSL | 330.39º | 0.96% | 0.53% | - |
| HSV(B) | 330.39º | 0.92% | 0.98% | - |
| XYZ | 43.89 | 22.48 | 24.22 | - |
| YUV | 101.07 | 146.03 | 234.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 133 | 0 | 0.92 | 0.47 | 0.02 | 330.39 | 0.96 | 0.53 |
| Hex | FA | 13 | 85 | 0 | 5C | 2F | 2 | 14A | 60 | 35 |
| Octal | 372 | 23 | 205 | 0 | 134 | 57 | 2 | 512 | 140 | 65 |
| Binary | 11111010 | 10011 | 10000101 | 0 | 1011100 | 101111 | 10 | 101001010 | 1100000 | 110101 |
Color Harmonies of #FA1385
Complementary color
Monochromatic Colors of #FA1385
Black with #FA1385
Text Example
Text Example
White with #FA1385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1385; }
p { color: rgb(250,19,133); }
H1.HeaderClassName
{
color: #FA1385;
}
.AnyTagClassName
{
color: #FA1385;
}
</style>
background-color css
<style>
a { background-color: #FA1385; }
a { background-color: rgb(250,19,133); }
div.DivClassName
{
background-color: #FA1385;
}
.BgClassName
{
background-color: #FA1385;
}
</style>
border-color css
<style>
span { border-color: #FA1385; }
span { border-color: rgb(250,19,133); }
td.TdClassName
{
border-color: #FA1385;
}
.TagClassName
{
border-color: #FA1385;
}
</style>