Shades of Deep Pink #FA048A
Tints of Deep Pink #FA048A
RGB
CMYK
RGB Variations
Color information
#FA048A (or 0xFA048A) is known color: Deep Pink. HEX triplet: FA, 04 and 8A. RGB value is (250,4,138). Sum of RGB (Red+Green+Blue) = 250+4+138=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA048A is #05FB75. Grayscale: #5C5C5C. Windows color (decimal): -392054 or 9045242. OLE color: 9045242.
HSL color Cylindrical-coordinate representation of color #FA048A: hue angle of 327.32º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA048A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 138 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.02 |
| HSL | 327.32º | 0.97% | 0.5% | - |
| HSV(B) | 327.32º | 0.98% | 0.98% | - |
| XYZ | 44.06 | 22.25 | 26.02 | - |
| YUV | 92.83 | 153.5 | 240.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 138 | 0 | 0.98 | 0.45 | 0.02 | 327.32 | 0.97 | 0.5 |
| Hex | FA | 4 | 8A | 0 | 62 | 2D | 2 | 147 | 61 | 32 |
| Octal | 372 | 4 | 212 | 0 | 142 | 55 | 2 | 507 | 141 | 62 |
| Binary | 11111010 | 100 | 10001010 | 0 | 1100010 | 101101 | 10 | 101000111 | 1100001 | 110010 |
Color Harmonies of #FA048A
Complementary color
Monochromatic Colors of #FA048A
Black with #FA048A
Text Example
Text Example
White with #FA048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA048A; }
p { color: rgb(250,4,138); }
H1.HeaderClassName
{
color: #FA048A;
}
.AnyTagClassName
{
color: #FA048A;
}
</style>
background-color css
<style>
a { background-color: #FA048A; }
a { background-color: rgb(250,4,138); }
div.DivClassName
{
background-color: #FA048A;
}
.BgClassName
{
background-color: #FA048A;
}
</style>
border-color css
<style>
span { border-color: #FA048A; }
span { border-color: rgb(250,4,138); }
td.TdClassName
{
border-color: #FA048A;
}
.TagClassName
{
border-color: #FA048A;
}
</style>