Shades of Deep Pink #FA2176
Tints of Deep Pink #FA2176
RGB
CMYK
RGB Variations
Color information
#FA2176 (or 0xFA2176) is known color: Deep Pink. HEX triplet: FA, 21 and 76. RGB value is (250,33,118). Sum of RGB (Red+Green+Blue) = 250+33+118=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2176 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2176 is #05DE89. Grayscale: #6B6B6B. Windows color (decimal): -384650 or 7741946. OLE color: 7741946.
HSL color Cylindrical-coordinate representation of color #FA2176: hue angle of 336.5º 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 #FA2176 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 118 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.02 |
| HSL | 336.5º | 0.96% | 0.55% | - |
| HSV(B) | 336.5º | 0.87% | 0.98% | - |
| XYZ | 43.24 | 22.72 | 19.25 | - |
| YUV | 107.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 118 | 0 | 0.87 | 0.53 | 0.02 | 336.5 | 0.96 | 0.55 |
| Hex | FA | 21 | 76 | 0 | 57 | 35 | 2 | 150 | 60 | 37 |
| Octal | 372 | 41 | 166 | 0 | 127 | 65 | 2 | 520 | 140 | 67 |
| Binary | 11111010 | 100001 | 1110110 | 0 | 1010111 | 110101 | 10 | 101010000 | 1100000 | 110111 |
Color Harmonies of #FA2176
Complementary color
Monochromatic Colors of #FA2176
Black with #FA2176
Text Example
Text Example
White with #FA2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2176; }
p { color: rgb(250,33,118); }
H1.HeaderClassName
{
color: #FA2176;
}
.AnyTagClassName
{
color: #FA2176;
}
</style>
background-color css
<style>
a { background-color: #FA2176; }
a { background-color: rgb(250,33,118); }
div.DivClassName
{
background-color: #FA2176;
}
.BgClassName
{
background-color: #FA2176;
}
</style>
border-color css
<style>
span { border-color: #FA2176; }
span { border-color: rgb(250,33,118); }
td.TdClassName
{
border-color: #FA2176;
}
.TagClassName
{
border-color: #FA2176;
}
</style>