Shades of Deep Pink #FA189C
Tints of Deep Pink #FA189C
RGB
CMYK
RGB Variations
Color information
#FA189C (or 0xFA189C) is known color: Deep Pink. HEX triplet: FA, 18 and 9C. RGB value is (250,24,156). Sum of RGB (Red+Green+Blue) = 250+24+156=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA189C is #05E763. Grayscale: #6A6A6A. Windows color (decimal): -386916 or 10230010. OLE color: 10230010.
HSL color Cylindrical-coordinate representation of color #FA189C: hue angle of 324.96º 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 #FA189C is Cyan = 0, Magento = 0.90, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 156 | - |
| CMYK | 0 | 0.90 | 0.38 | 0.02 |
| HSL | 324.96º | 0.96% | 0.54% | - |
| HSV(B) | 324.96º | 0.9% | 0.98% | - |
| XYZ | 45.75 | 23.38 | 33.55 | - |
| YUV | 106.62 | 155.87 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 156 | 0 | 0.90 | 0.38 | 0.02 | 324.96 | 0.96 | 0.54 |
| Hex | FA | 18 | 9C | 0 | 5A | 26 | 2 | 145 | 60 | 36 |
| Octal | 372 | 30 | 234 | 0 | 132 | 46 | 2 | 505 | 140 | 66 |
| Binary | 11111010 | 11000 | 10011100 | 0 | 1011010 | 100110 | 10 | 101000101 | 1100000 | 110110 |
Color Harmonies of #FA189C
Complementary color
Monochromatic Colors of #FA189C
Black with #FA189C
Text Example
Text Example
White with #FA189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA189C; }
p { color: rgb(250,24,156); }
H1.HeaderClassName
{
color: #FA189C;
}
.AnyTagClassName
{
color: #FA189C;
}
</style>
background-color css
<style>
a { background-color: #FA189C; }
a { background-color: rgb(250,24,156); }
div.DivClassName
{
background-color: #FA189C;
}
.BgClassName
{
background-color: #FA189C;
}
</style>
border-color css
<style>
span { border-color: #FA189C; }
span { border-color: rgb(250,24,156); }
td.TdClassName
{
border-color: #FA189C;
}
.TagClassName
{
border-color: #FA189C;
}
</style>