Shades of Deep Pink #FA228F
Tints of Deep Pink #FA228F
RGB
CMYK
RGB Variations
Color information
#FA228F (or 0xFA228F) is known color: Deep Pink. HEX triplet: FA, 22 and 8F. RGB value is (250,34,143). Sum of RGB (Red+Green+Blue) = 250+34+143=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 34 (13.67% from 255 or 7.96% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA228F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA228F is #05DD70. Grayscale: #6E6E6E. Windows color (decimal): -384369 or 9380602. OLE color: 9380602.
HSL color Cylindrical-coordinate representation of color #FA228F: hue angle of 329.72º 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 #FA228F is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 143 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.02 |
| HSL | 329.72º | 0.96% | 0.56% | - |
| HSV(B) | 329.72º | 0.86% | 0.98% | - |
| XYZ | 44.95 | 23.45 | 28.14 | - |
| YUV | 111.01 | 146.06 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 143 | 0 | 0.86 | 0.43 | 0.02 | 329.72 | 0.96 | 0.56 |
| Hex | FA | 22 | 8F | 0 | 56 | 2B | 2 | 14A | 60 | 38 |
| Octal | 372 | 42 | 217 | 0 | 126 | 53 | 2 | 512 | 140 | 70 |
| Binary | 11111010 | 100010 | 10001111 | 0 | 1010110 | 101011 | 10 | 101001010 | 1100000 | 111000 |
Color Harmonies of #FA228F
Complementary color
Monochromatic Colors of #FA228F
Black with #FA228F
Text Example
Text Example
White with #FA228F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA228F; }
p { color: rgb(250,34,143); }
H1.HeaderClassName
{
color: #FA228F;
}
.AnyTagClassName
{
color: #FA228F;
}
</style>
background-color css
<style>
a { background-color: #FA228F; }
a { background-color: rgb(250,34,143); }
div.DivClassName
{
background-color: #FA228F;
}
.BgClassName
{
background-color: #FA228F;
}
</style>
border-color css
<style>
span { border-color: #FA228F; }
span { border-color: rgb(250,34,143); }
td.TdClassName
{
border-color: #FA228F;
}
.TagClassName
{
border-color: #FA228F;
}
</style>