Shades of Deep Pink #FA228B
Tints of Deep Pink #FA228B
RGB
CMYK
RGB Variations
Color information
#FA228B (or 0xFA228B) is known color: Deep Pink. HEX triplet: FA, 22 and 8B. RGB value is (250,34,139). Sum of RGB (Red+Green+Blue) = 250+34+139=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 34 (13.67% from 255 or 8.04% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA228B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA228B is #05DD74. Grayscale: #6E6E6E. Windows color (decimal): -384373 or 9118458. OLE color: 9118458.
HSL color Cylindrical-coordinate representation of color #FA228B: hue angle of 330.83º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA228B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 139 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.02 |
| HSL | 330.83º | 0.96% | 0.56% | - |
| HSV(B) | 330.83º | 0.86% | 0.98% | - |
| XYZ | 44.66 | 23.33 | 26.58 | - |
| YUV | 110.55 | 144.06 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 139 | 0 | 0.86 | 0.44 | 0.02 | 330.83 | 0.96 | 0.56 |
| Hex | FA | 22 | 8B | 0 | 56 | 2C | 2 | 14B | 60 | 38 |
| Octal | 372 | 42 | 213 | 0 | 126 | 54 | 2 | 513 | 140 | 70 |
| Binary | 11111010 | 100010 | 10001011 | 0 | 1010110 | 101100 | 10 | 101001011 | 1100000 | 111000 |
Color Harmonies of #FA228B
Complementary color
Monochromatic Colors of #FA228B
Black with #FA228B
Text Example
Text Example
White with #FA228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA228B; }
p { color: rgb(250,34,139); }
H1.HeaderClassName
{
color: #FA228B;
}
.AnyTagClassName
{
color: #FA228B;
}
</style>
background-color css
<style>
a { background-color: #FA228B; }
a { background-color: rgb(250,34,139); }
div.DivClassName
{
background-color: #FA228B;
}
.BgClassName
{
background-color: #FA228B;
}
</style>
border-color css
<style>
span { border-color: #FA228B; }
span { border-color: rgb(250,34,139); }
td.TdClassName
{
border-color: #FA228B;
}
.TagClassName
{
border-color: #FA228B;
}
</style>