Shades of Deep Pink #FA0D8A
Tints of Deep Pink #FA0D8A
RGB
CMYK
RGB Variations
Color information
#FA0D8A (or 0xFA0D8A) is known color: Deep Pink. HEX triplet: FA, 0D and 8A. RGB value is (250,13,138). Sum of RGB (Red+Green+Blue) = 250+13+138=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 13 (5.47% from 255 or 3.24% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0D8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0D8A is #05F275. Grayscale: #616161. Windows color (decimal): -389750 or 9047546. OLE color: 9047546.
HSL color Cylindrical-coordinate representation of color #FA0D8A: hue angle of 328.35º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0D8A is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 138 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.02 |
| HSL | 328.35º | 0.96% | 0.52% | - |
| HSV(B) | 328.35º | 0.95% | 0.98% | - |
| XYZ | 44.16 | 22.45 | 26.05 | - |
| YUV | 98.11 | 150.52 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 138 | 0 | 0.95 | 0.45 | 0.02 | 328.35 | 0.96 | 0.52 |
| Hex | FA | D | 8A | 0 | 5F | 2D | 2 | 148 | 60 | 34 |
| Octal | 372 | 15 | 212 | 0 | 137 | 55 | 2 | 510 | 140 | 64 |
| Binary | 11111010 | 1101 | 10001010 | 0 | 1011111 | 101101 | 10 | 101001000 | 1100000 | 110100 |
Color Harmonies of #FA0D8A
Complementary color
Monochromatic Colors of #FA0D8A
Black with #FA0D8A
Text Example
Text Example
White with #FA0D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0D8A; }
p { color: rgb(250,13,138); }
H1.HeaderClassName
{
color: #FA0D8A;
}
.AnyTagClassName
{
color: #FA0D8A;
}
</style>
background-color css
<style>
a { background-color: #FA0D8A; }
a { background-color: rgb(250,13,138); }
div.DivClassName
{
background-color: #FA0D8A;
}
.BgClassName
{
background-color: #FA0D8A;
}
</style>
border-color css
<style>
span { border-color: #FA0D8A; }
span { border-color: rgb(250,13,138); }
td.TdClassName
{
border-color: #FA0D8A;
}
.TagClassName
{
border-color: #FA0D8A;
}
</style>