Shades of Deep Pink #FA0A8A
Tints of Deep Pink #FA0A8A
RGB
CMYK
RGB Variations
Color information
#FA0A8A (or 0xFA0A8A) is known color: Deep Pink. HEX triplet: FA, 0A and 8A. RGB value is (250,10,138). Sum of RGB (Red+Green+Blue) = 250+10+138=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A8A is #05F575. Grayscale: #606060. Windows color (decimal): -390518 or 9046778. OLE color: 9046778.
HSL color Cylindrical-coordinate representation of color #FA0A8A: hue angle of 328º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0A8A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 138 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.02 |
| HSL | 328º | 0.96% | 0.51% | - |
| HSV(B) | 328º | 0.96% | 0.98% | - |
| XYZ | 44.12 | 22.38 | 26.04 | - |
| YUV | 96.35 | 151.51 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 138 | 0 | 0.96 | 0.45 | 0.02 | 328 | 0.96 | 0.51 |
| Hex | FA | A | 8A | 0 | 60 | 2D | 2 | 148 | 60 | 33 |
| Octal | 372 | 12 | 212 | 0 | 140 | 55 | 2 | 510 | 140 | 63 |
| Binary | 11111010 | 1010 | 10001010 | 0 | 1100000 | 101101 | 10 | 101001000 | 1100000 | 110011 |
Color Harmonies of #FA0A8A
Complementary color
Monochromatic Colors of #FA0A8A
Black with #FA0A8A
Text Example
Text Example
White with #FA0A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A8A; }
p { color: rgb(250,10,138); }
H1.HeaderClassName
{
color: #FA0A8A;
}
.AnyTagClassName
{
color: #FA0A8A;
}
</style>
background-color css
<style>
a { background-color: #FA0A8A; }
a { background-color: rgb(250,10,138); }
div.DivClassName
{
background-color: #FA0A8A;
}
.BgClassName
{
background-color: #FA0A8A;
}
</style>
border-color css
<style>
span { border-color: #FA0A8A; }
span { border-color: rgb(250,10,138); }
td.TdClassName
{
border-color: #FA0A8A;
}
.TagClassName
{
border-color: #FA0A8A;
}
</style>