Shades of Deep Pink #FA118A
Tints of Deep Pink #FA118A
RGB
CMYK
RGB Variations
Color information
#FA118A (or 0xFA118A) is known color: Deep Pink. HEX triplet: FA, 11 and 8A. RGB value is (250,17,138). Sum of RGB (Red+Green+Blue) = 250+17+138=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA118A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA118A is #05EE75. Grayscale: #646464. Windows color (decimal): -388726 or 9048570. OLE color: 9048570.
HSL color Cylindrical-coordinate representation of color #FA118A: hue angle of 328.84º 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 #FA118A is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 17 | 138 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.02 |
| HSL | 328.84º | 0.96% | 0.52% | - |
| HSV(B) | 328.84º | 0.93% | 0.98% | - |
| XYZ | 44.21 | 22.56 | 26.07 | - |
| YUV | 100.46 | 149.19 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 17 | 138 | 0 | 0.93 | 0.45 | 0.02 | 328.84 | 0.96 | 0.52 |
| Hex | FA | 11 | 8A | 0 | 5D | 2D | 2 | 149 | 60 | 34 |
| Octal | 372 | 21 | 212 | 0 | 135 | 55 | 2 | 511 | 140 | 64 |
| Binary | 11111010 | 10001 | 10001010 | 0 | 1011101 | 101101 | 10 | 101001001 | 1100000 | 110100 |
Color Harmonies of #FA118A
Complementary color
Monochromatic Colors of #FA118A
Black with #FA118A
Text Example
Text Example
White with #FA118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA118A; }
p { color: rgb(250,17,138); }
H1.HeaderClassName
{
color: #FA118A;
}
.AnyTagClassName
{
color: #FA118A;
}
</style>
background-color css
<style>
a { background-color: #FA118A; }
a { background-color: rgb(250,17,138); }
div.DivClassName
{
background-color: #FA118A;
}
.BgClassName
{
background-color: #FA118A;
}
</style>
border-color css
<style>
span { border-color: #FA118A; }
span { border-color: rgb(250,17,138); }
td.TdClassName
{
border-color: #FA118A;
}
.TagClassName
{
border-color: #FA118A;
}
</style>