Shades of Deep Pink #FA2177
Tints of Deep Pink #FA2177
RGB
CMYK
RGB Variations
Color information
#FA2177 (or 0xFA2177) is known color: Deep Pink. HEX triplet: FA, 21 and 77. RGB value is (250,33,119). Sum of RGB (Red+Green+Blue) = 250+33+119=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2177 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2177 is #05DE88. Grayscale: #6B6B6B. Windows color (decimal): -384649 or 7807482. OLE color: 7807482.
HSL color Cylindrical-coordinate representation of color #FA2177: hue angle of 336.22º 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 #FA2177 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 119 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.02 |
| HSL | 336.22º | 0.96% | 0.55% | - |
| HSV(B) | 336.22º | 0.87% | 0.98% | - |
| XYZ | 43.3 | 22.74 | 19.56 | - |
| YUV | 107.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 119 | 0 | 0.87 | 0.52 | 0.02 | 336.22 | 0.96 | 0.55 |
| Hex | FA | 21 | 77 | 0 | 57 | 34 | 2 | 150 | 60 | 37 |
| Octal | 372 | 41 | 167 | 0 | 127 | 64 | 2 | 520 | 140 | 67 |
| Binary | 11111010 | 100001 | 1110111 | 0 | 1010111 | 110100 | 10 | 101010000 | 1100000 | 110111 |
Color Harmonies of #FA2177
Complementary color
Monochromatic Colors of #FA2177
Black with #FA2177
Text Example
Text Example
White with #FA2177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2177; }
p { color: rgb(250,33,119); }
H1.HeaderClassName
{
color: #FA2177;
}
.AnyTagClassName
{
color: #FA2177;
}
</style>
background-color css
<style>
a { background-color: #FA2177; }
a { background-color: rgb(250,33,119); }
div.DivClassName
{
background-color: #FA2177;
}
.BgClassName
{
background-color: #FA2177;
}
</style>
border-color css
<style>
span { border-color: #FA2177; }
span { border-color: rgb(250,33,119); }
td.TdClassName
{
border-color: #FA2177;
}
.TagClassName
{
border-color: #FA2177;
}
</style>