Shades of Deep Pink #FA118B
Tints of Deep Pink #FA118B
RGB
CMYK
RGB Variations
Color information
#FA118B (or 0xFA118B) is known color: Deep Pink. HEX triplet: FA, 11 and 8B. RGB value is (250,17,139). Sum of RGB (Red+Green+Blue) = 250+17+139=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA118B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA118B is #05EE74. Grayscale: #646464. Windows color (decimal): -388725 or 9114106. OLE color: 9114106.
HSL color Cylindrical-coordinate representation of color #FA118B: hue angle of 328.58º 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 #FA118B is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 139 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.02 |
| HSL | 328.58º | 0.96% | 0.52% | - |
| HSV(B) | 328.58º | 0.93% | 0.98% | - |
| XYZ | 44.28 | 22.59 | 26.45 | - |
| YUV | 100.58 | 149.69 | 234.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 139 | 0 | 0.93 | 0.44 | 0.02 | 328.58 | 0.96 | 0.52 |
| Hex | FA | 11 | 8B | 0 | 5D | 2C | 2 | 149 | 60 | 34 |
| Octal | 372 | 21 | 213 | 0 | 135 | 54 | 2 | 511 | 140 | 64 |
| Binary | 11111010 | 10001 | 10001011 | 0 | 1011101 | 101100 | 10 | 101001001 | 1100000 | 110100 |
Color Harmonies of #FA118B
Complementary color
Monochromatic Colors of #FA118B
Black with #FA118B
Text Example
Text Example
White with #FA118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA118B; }
p { color: rgb(250,17,139); }
H1.HeaderClassName
{
color: #FA118B;
}
.AnyTagClassName
{
color: #FA118B;
}
</style>
background-color css
<style>
a { background-color: #FA118B; }
a { background-color: rgb(250,17,139); }
div.DivClassName
{
background-color: #FA118B;
}
.BgClassName
{
background-color: #FA118B;
}
</style>
border-color css
<style>
span { border-color: #FA118B; }
span { border-color: rgb(250,17,139); }
td.TdClassName
{
border-color: #FA118B;
}
.TagClassName
{
border-color: #FA118B;
}
</style>