Shades of Deep Pink #FA208F
Tints of Deep Pink #FA208F
RGB
CMYK
RGB Variations
Color information
#FA208F (or 0xFA208F) is known color: Deep Pink. HEX triplet: FA, 20 and 8F. RGB value is (250,32,143). Sum of RGB (Red+Green+Blue) = 250+32+143=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 32 (12.89% from 255 or 7.53% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA208F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA208F is #05DF70. Grayscale: #6D6D6D. Windows color (decimal): -384881 or 9380090. OLE color: 9380090.
HSL color Cylindrical-coordinate representation of color #FA208F: hue angle of 329.45º 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 #FA208F is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 143 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.02 |
| HSL | 329.45º | 0.96% | 0.55% | - |
| HSV(B) | 329.45º | 0.87% | 0.98% | - |
| XYZ | 44.9 | 23.34 | 28.13 | - |
| YUV | 109.84 | 146.72 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 143 | 0 | 0.87 | 0.43 | 0.02 | 329.45 | 0.96 | 0.55 |
| Hex | FA | 20 | 8F | 0 | 57 | 2B | 2 | 149 | 60 | 37 |
| Octal | 372 | 40 | 217 | 0 | 127 | 53 | 2 | 511 | 140 | 67 |
| Binary | 11111010 | 100000 | 10001111 | 0 | 1010111 | 101011 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FA208F
Complementary color
Monochromatic Colors of #FA208F
Black with #FA208F
Text Example
Text Example
White with #FA208F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA208F; }
p { color: rgb(250,32,143); }
H1.HeaderClassName
{
color: #FA208F;
}
.AnyTagClassName
{
color: #FA208F;
}
</style>
background-color css
<style>
a { background-color: #FA208F; }
a { background-color: rgb(250,32,143); }
div.DivClassName
{
background-color: #FA208F;
}
.BgClassName
{
background-color: #FA208F;
}
</style>
border-color css
<style>
span { border-color: #FA208F; }
span { border-color: rgb(250,32,143); }
td.TdClassName
{
border-color: #FA208F;
}
.TagClassName
{
border-color: #FA208F;
}
</style>