Shades of Deep Pink #FA199F
Tints of Deep Pink #FA199F
RGB
CMYK
RGB Variations
Color information
#FA199F (or 0xFA199F) is known color: Deep Pink. HEX triplet: FA, 19 and 9F. RGB value is (250,25,159). Sum of RGB (Red+Green+Blue) = 250+25+159=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA199F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA199F is #05E660. Grayscale: #6B6B6B. Windows color (decimal): -386657 or 10426874. OLE color: 10426874.
HSL color Cylindrical-coordinate representation of color #FA199F: hue angle of 324.27º 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 #FA199F is Cyan = 0, Magento = 0.9, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 25 | 159 | - |
| CMYK | 0 | 0.9 | 0.36 | 0.02 |
| HSL | 324.27º | 0.96% | 0.54% | - |
| HSV(B) | 324.27º | 0.9% | 0.98% | - |
| XYZ | 46.03 | 23.52 | 34.92 | - |
| YUV | 107.55 | 157.04 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 25 | 159 | 0 | 0.9 | 0.36 | 0.02 | 324.27 | 0.96 | 0.54 |
| Hex | FA | 19 | 9F | 0 | 5A | 24 | 2 | 144 | 60 | 36 |
| Octal | 372 | 31 | 237 | 0 | 132 | 44 | 2 | 504 | 140 | 66 |
| Binary | 11111010 | 11001 | 10011111 | 0 | 1011010 | 100100 | 10 | 101000100 | 1100000 | 110110 |
Color Harmonies of #FA199F
Complementary color
Monochromatic Colors of #FA199F
Black with #FA199F
Text Example
Text Example
White with #FA199F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA199F; }
p { color: rgb(250,25,159); }
H1.HeaderClassName
{
color: #FA199F;
}
.AnyTagClassName
{
color: #FA199F;
}
</style>
background-color css
<style>
a { background-color: #FA199F; }
a { background-color: rgb(250,25,159); }
div.DivClassName
{
background-color: #FA199F;
}
.BgClassName
{
background-color: #FA199F;
}
</style>
border-color css
<style>
span { border-color: #FA199F; }
span { border-color: rgb(250,25,159); }
td.TdClassName
{
border-color: #FA199F;
}
.TagClassName
{
border-color: #FA199F;
}
</style>