Shades of Deep Pink #FA2193
Tints of Deep Pink #FA2193
RGB
CMYK
RGB Variations
Color information
#FA2193 (or 0xFA2193) is known color: Deep Pink. HEX triplet: FA, 21 and 93. RGB value is (250,33,147). Sum of RGB (Red+Green+Blue) = 250+33+147=430 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.14% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 147 (57.81% from 255 or 34.19% from 430); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2193 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA2193 is #05DE6C. Grayscale: #6E6E6E. Windows color (decimal): -384621 or 9642490. OLE color: 9642490.
HSL color Cylindrical-coordinate representation of color #FA2193: hue angle of 328.48º 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 #FA2193 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 147 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.02 |
| HSL | 328.48º | 0.96% | 0.55% | - |
| HSV(B) | 328.48º | 0.87% | 0.98% | - |
| XYZ | 45.23 | 23.52 | 29.76 | - |
| YUV | 110.88 | 148.39 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 147 | 0 | 0.87 | 0.41 | 0.02 | 328.48 | 0.96 | 0.55 |
| Hex | FA | 21 | 93 | 0 | 57 | 29 | 2 | 148 | 60 | 37 |
| Octal | 372 | 41 | 223 | 0 | 127 | 51 | 2 | 510 | 140 | 67 |
| Binary | 11111010 | 100001 | 10010011 | 0 | 1010111 | 101001 | 10 | 101001000 | 1100000 | 110111 |
Color Harmonies of #FA2193
Complementary color
Monochromatic Colors of #FA2193
Black with #FA2193
Text Example
Text Example
White with #FA2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2193; }
p { color: rgb(250,33,147); }
H1.HeaderClassName
{
color: #FA2193;
}
.AnyTagClassName
{
color: #FA2193;
}
</style>
background-color css
<style>
a { background-color: #FA2193; }
a { background-color: rgb(250,33,147); }
div.DivClassName
{
background-color: #FA2193;
}
.BgClassName
{
background-color: #FA2193;
}
</style>
border-color css
<style>
span { border-color: #FA2193; }
span { border-color: rgb(250,33,147); }
td.TdClassName
{
border-color: #FA2193;
}
.TagClassName
{
border-color: #FA2193;
}
</style>