Shades of Deep Pink #FA198B
Tints of Deep Pink #FA198B
RGB
CMYK
RGB Variations
Color information
#FA198B (or 0xFA198B) is known color: Deep Pink. HEX triplet: FA, 19 and 8B. RGB value is (250,25,139). Sum of RGB (Red+Green+Blue) = 250+25+139=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA198B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA198B is #05E674. Grayscale: #696969. Windows color (decimal): -386677 or 9116154. OLE color: 9116154.
HSL color Cylindrical-coordinate representation of color #FA198B: hue angle of 329.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA198B is Cyan = 0, Magento = 0.9, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 139 | - |
| CMYK | 0 | 0.9 | 0.44 | 0.02 |
| HSL | 329.6º | 0.96% | 0.54% | - |
| HSV(B) | 329.6º | 0.9% | 0.98% | - |
| XYZ | 44.43 | 22.88 | 26.5 | - |
| YUV | 105.27 | 147.04 | 231.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 139 | 0 | 0.9 | 0.44 | 0.02 | 329.6 | 0.96 | 0.54 |
| Hex | FA | 19 | 8B | 0 | 5A | 2C | 2 | 14A | 60 | 36 |
| Octal | 372 | 31 | 213 | 0 | 132 | 54 | 2 | 512 | 140 | 66 |
| Binary | 11111010 | 11001 | 10001011 | 0 | 1011010 | 101100 | 10 | 101001010 | 1100000 | 110110 |
Color Harmonies of #FA198B
Complementary color
Monochromatic Colors of #FA198B
Black with #FA198B
Text Example
Text Example
White with #FA198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA198B; }
p { color: rgb(250,25,139); }
H1.HeaderClassName
{
color: #FA198B;
}
.AnyTagClassName
{
color: #FA198B;
}
</style>
background-color css
<style>
a { background-color: #FA198B; }
a { background-color: rgb(250,25,139); }
div.DivClassName
{
background-color: #FA198B;
}
.BgClassName
{
background-color: #FA198B;
}
</style>
border-color css
<style>
span { border-color: #FA198B; }
span { border-color: rgb(250,25,139); }
td.TdClassName
{
border-color: #FA198B;
}
.TagClassName
{
border-color: #FA198B;
}
</style>