Shades of Deep Pink #FA2180
Tints of Deep Pink #FA2180
RGB
CMYK
RGB Variations
Color information
#FA2180 (or 0xFA2180) is known color: Deep Pink. HEX triplet: FA, 21 and 80. RGB value is (250,33,128). Sum of RGB (Red+Green+Blue) = 250+33+128=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 33 (13.28% from 255 or 8.03% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2180 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2180 is #05DE7F. Grayscale: #6C6C6C. Windows color (decimal): -384640 or 8397306. OLE color: 8397306.
HSL color Cylindrical-coordinate representation of color #FA2180: hue angle of 333.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2180 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 128 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.02 |
| HSL | 333.73º | 0.96% | 0.55% | - |
| HSV(B) | 333.73º | 0.87% | 0.98% | - |
| XYZ | 43.86 | 22.97 | 22.54 | - |
| YUV | 108.71 | 138.89 | 228.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 128 | 0 | 0.87 | 0.49 | 0.02 | 333.73 | 0.96 | 0.55 |
| Hex | FA | 21 | 80 | 0 | 57 | 31 | 2 | 14E | 60 | 37 |
| Octal | 372 | 41 | 200 | 0 | 127 | 61 | 2 | 516 | 140 | 67 |
| Binary | 11111010 | 100001 | 10000000 | 0 | 1010111 | 110001 | 10 | 101001110 | 1100000 | 110111 |
Color Harmonies of #FA2180
Complementary color
Monochromatic Colors of #FA2180
Black with #FA2180
Text Example
Text Example
White with #FA2180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2180; }
p { color: rgb(250,33,128); }
H1.HeaderClassName
{
color: #FA2180;
}
.AnyTagClassName
{
color: #FA2180;
}
</style>
background-color css
<style>
a { background-color: #FA2180; }
a { background-color: rgb(250,33,128); }
div.DivClassName
{
background-color: #FA2180;
}
.BgClassName
{
background-color: #FA2180;
}
</style>
border-color css
<style>
span { border-color: #FA2180; }
span { border-color: rgb(250,33,128); }
td.TdClassName
{
border-color: #FA2180;
}
.TagClassName
{
border-color: #FA2180;
}
</style>