Shades of Deep Pink #FA2389
Tints of Deep Pink #FA2389
RGB
CMYK
RGB Variations
Color information
#FA2389 (or 0xFA2389) is known color: Deep Pink. HEX triplet: FA, 23 and 89. RGB value is (250,35,137). Sum of RGB (Red+Green+Blue) = 250+35+137=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2389 is #05DC76. Grayscale: #6E6E6E. Windows color (decimal): -384119 or 8987642. OLE color: 8987642.
HSL color Cylindrical-coordinate representation of color #FA2389: hue angle of 331.53º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2389 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 35 | 137 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.02 |
| HSL | 331.53º | 0.96% | 0.56% | - |
| HSV(B) | 331.53º | 0.86% | 0.98% | - |
| XYZ | 44.54 | 23.33 | 25.82 | - |
| YUV | 110.91 | 142.73 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 35 | 137 | 0 | 0.86 | 0.45 | 0.02 | 331.53 | 0.96 | 0.56 |
| Hex | FA | 23 | 89 | 0 | 56 | 2D | 2 | 14C | 60 | 38 |
| Octal | 372 | 43 | 211 | 0 | 126 | 55 | 2 | 514 | 140 | 70 |
| Binary | 11111010 | 100011 | 10001001 | 0 | 1010110 | 101101 | 10 | 101001100 | 1100000 | 111000 |
Color Harmonies of #FA2389
Complementary color
Monochromatic Colors of #FA2389
Black with #FA2389
Text Example
Text Example
White with #FA2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2389; }
p { color: rgb(250,35,137); }
H1.HeaderClassName
{
color: #FA2389;
}
.AnyTagClassName
{
color: #FA2389;
}
</style>
background-color css
<style>
a { background-color: #FA2389; }
a { background-color: rgb(250,35,137); }
div.DivClassName
{
background-color: #FA2389;
}
.BgClassName
{
background-color: #FA2389;
}
</style>
border-color css
<style>
span { border-color: #FA2389; }
span { border-color: rgb(250,35,137); }
td.TdClassName
{
border-color: #FA2389;
}
.TagClassName
{
border-color: #FA2389;
}
</style>