Shades of Deep Pink #FA2291
Tints of Deep Pink #FA2291
RGB
CMYK
RGB Variations
Color information
#FA2291 (or 0xFA2291) is known color: Deep Pink. HEX triplet: FA, 22 and 91. RGB value is (250,34,145). Sum of RGB (Red+Green+Blue) = 250+34+145=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 145 (57.03% from 255 or 33.80% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2291 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2291 is #05DD6E. Grayscale: #6F6F6F. Windows color (decimal): -384367 or 9511674. OLE color: 9511674.
HSL color Cylindrical-coordinate representation of color #FA2291: hue angle of 329.17º 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 #FA2291 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 145 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.02 |
| HSL | 329.17º | 0.96% | 0.56% | - |
| HSV(B) | 329.17º | 0.86% | 0.98% | - |
| XYZ | 45.11 | 23.51 | 28.95 | - |
| YUV | 111.24 | 147.06 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 145 | 0 | 0.86 | 0.42 | 0.02 | 329.17 | 0.96 | 0.56 |
| Hex | FA | 22 | 91 | 0 | 56 | 2A | 2 | 149 | 60 | 38 |
| Octal | 372 | 42 | 221 | 0 | 126 | 52 | 2 | 511 | 140 | 70 |
| Binary | 11111010 | 100010 | 10010001 | 0 | 1010110 | 101010 | 10 | 101001001 | 1100000 | 111000 |
Color Harmonies of #FA2291
Complementary color
Monochromatic Colors of #FA2291
Black with #FA2291
Text Example
Text Example
White with #FA2291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2291; }
p { color: rgb(250,34,145); }
H1.HeaderClassName
{
color: #FA2291;
}
.AnyTagClassName
{
color: #FA2291;
}
</style>
background-color css
<style>
a { background-color: #FA2291; }
a { background-color: rgb(250,34,145); }
div.DivClassName
{
background-color: #FA2291;
}
.BgClassName
{
background-color: #FA2291;
}
</style>
border-color css
<style>
span { border-color: #FA2291; }
span { border-color: rgb(250,34,145); }
td.TdClassName
{
border-color: #FA2291;
}
.TagClassName
{
border-color: #FA2291;
}
</style>