Shades of Deep Pink #FA0189
Tints of Deep Pink #FA0189
RGB
CMYK
RGB Variations
Color information
#FA0189 (or 0xFA0189) is known color: Deep Pink. HEX triplet: FA, 01 and 89. RGB value is (250,1,137). Sum of RGB (Red+Green+Blue) = 250+1+137=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0189 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0189 is #05FE76. Grayscale: #5A5A5A. Windows color (decimal): -392823 or 8978938. OLE color: 8978938.
HSL color Cylindrical-coordinate representation of color #FA0189: hue angle of 327.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA0189 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 137 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.02 |
| HSL | 327.23º | 0.99% | 0.49% | - |
| HSV(B) | 327.23º | 1% | 0.98% | - |
| XYZ | 43.95 | 22.15 | 25.63 | - |
| YUV | 90.96 | 153.99 | 241.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 137 | 0 | 1.00 | 0.45 | 0.02 | 327.23 | 0.99 | 0.49 |
| Hex | FA | 1 | 89 | 0 | 64 | 2D | 2 | 147 | 63 | 31 |
| Octal | 372 | 1 | 211 | 0 | 144 | 55 | 2 | 507 | 143 | 61 |
| Binary | 11111010 | 1 | 10001001 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100011 | 110001 |
Color Harmonies of #FA0189
Complementary color
Monochromatic Colors of #FA0189
Black with #FA0189
Text Example
Text Example
White with #FA0189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0189; }
p { color: rgb(250,1,137); }
H1.HeaderClassName
{
color: #FA0189;
}
.AnyTagClassName
{
color: #FA0189;
}
</style>
background-color css
<style>
a { background-color: #FA0189; }
a { background-color: rgb(250,1,137); }
div.DivClassName
{
background-color: #FA0189;
}
.BgClassName
{
background-color: #FA0189;
}
</style>
border-color css
<style>
span { border-color: #FA0189; }
span { border-color: rgb(250,1,137); }
td.TdClassName
{
border-color: #FA0189;
}
.TagClassName
{
border-color: #FA0189;
}
</style>