Shades of Deep Pink #FA1185
Tints of Deep Pink #FA1185
RGB
CMYK
RGB Variations
Color information
#FA1185 (or 0xFA1185) is known color: Deep Pink. HEX triplet: FA, 11 and 85. RGB value is (250,17,133). Sum of RGB (Red+Green+Blue) = 250+17+133=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1185 is #05EE7A. Grayscale: #636363. Windows color (decimal): -388731 or 8720890. OLE color: 8720890.
HSL color Cylindrical-coordinate representation of color #FA1185: hue angle of 330.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1185 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 133 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.02 |
| HSL | 330.13º | 0.96% | 0.52% | - |
| HSV(B) | 330.13º | 0.93% | 0.98% | - |
| XYZ | 43.86 | 22.42 | 24.21 | - |
| YUV | 99.89 | 146.69 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 133 | 0 | 0.93 | 0.47 | 0.02 | 330.13 | 0.96 | 0.52 |
| Hex | FA | 11 | 85 | 0 | 5D | 2F | 2 | 14A | 60 | 34 |
| Octal | 372 | 21 | 205 | 0 | 135 | 57 | 2 | 512 | 140 | 64 |
| Binary | 11111010 | 10001 | 10000101 | 0 | 1011101 | 101111 | 10 | 101001010 | 1100000 | 110100 |
Color Harmonies of #FA1185
Complementary color
Monochromatic Colors of #FA1185
Black with #FA1185
Text Example
Text Example
White with #FA1185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1185; }
p { color: rgb(250,17,133); }
H1.HeaderClassName
{
color: #FA1185;
}
.AnyTagClassName
{
color: #FA1185;
}
</style>
background-color css
<style>
a { background-color: #FA1185; }
a { background-color: rgb(250,17,133); }
div.DivClassName
{
background-color: #FA1185;
}
.BgClassName
{
background-color: #FA1185;
}
</style>
border-color css
<style>
span { border-color: #FA1185; }
span { border-color: rgb(250,17,133); }
td.TdClassName
{
border-color: #FA1185;
}
.TagClassName
{
border-color: #FA1185;
}
</style>