Shades of Deep Pink #FA2489
Tints of Deep Pink #FA2489
RGB
CMYK
RGB Variations
Color information
#FA2489 (or 0xFA2489) is known color: Deep Pink. HEX triplet: FA, 24 and 89. RGB value is (250,36,137). Sum of RGB (Red+Green+Blue) = 250+36+137=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2489 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2489 is #05DB76. Grayscale: #6F6F6F. Windows color (decimal): -383863 or 8987898. OLE color: 8987898.
HSL color Cylindrical-coordinate representation of color #FA2489: hue angle of 331.68º 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 #FA2489 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 36 | 137 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.02 |
| HSL | 331.68º | 0.96% | 0.56% | - |
| HSV(B) | 331.68º | 0.86% | 0.98% | - |
| XYZ | 44.57 | 23.39 | 25.83 | - |
| YUV | 111.5 | 142.4 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 36 | 137 | 0 | 0.86 | 0.45 | 0.02 | 331.68 | 0.96 | 0.56 |
| Hex | FA | 24 | 89 | 0 | 56 | 2D | 2 | 14C | 60 | 38 |
| Octal | 372 | 44 | 211 | 0 | 126 | 55 | 2 | 514 | 140 | 70 |
| Binary | 11111010 | 100100 | 10001001 | 0 | 1010110 | 101101 | 10 | 101001100 | 1100000 | 111000 |
Color Harmonies of #FA2489
Complementary color
Monochromatic Colors of #FA2489
Black with #FA2489
Text Example
Text Example
White with #FA2489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2489; }
p { color: rgb(250,36,137); }
H1.HeaderClassName
{
color: #FA2489;
}
.AnyTagClassName
{
color: #FA2489;
}
</style>
background-color css
<style>
a { background-color: #FA2489; }
a { background-color: rgb(250,36,137); }
div.DivClassName
{
background-color: #FA2489;
}
.BgClassName
{
background-color: #FA2489;
}
</style>
border-color css
<style>
span { border-color: #FA2489; }
span { border-color: rgb(250,36,137); }
td.TdClassName
{
border-color: #FA2489;
}
.TagClassName
{
border-color: #FA2489;
}
</style>