Shades of Deep Pink #FA0B8A
Tints of Deep Pink #FA0B8A
RGB
CMYK
RGB Variations
Color information
#FA0B8A (or 0xFA0B8A) is known color: Deep Pink. HEX triplet: FA, 0B and 8A. RGB value is (250,11,138). Sum of RGB (Red+Green+Blue) = 250+11+138=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0B8A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0B8A is #05F475. Grayscale: #606060. Windows color (decimal): -390262 or 9047034. OLE color: 9047034.
HSL color Cylindrical-coordinate representation of color #FA0B8A: hue angle of 328.12º 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 #FA0B8A is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 11 | 138 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.02 |
| HSL | 328.12º | 0.96% | 0.51% | - |
| HSV(B) | 328.12º | 0.96% | 0.98% | - |
| XYZ | 44.13 | 22.4 | 26.04 | - |
| YUV | 96.94 | 151.18 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 11 | 138 | 0 | 0.96 | 0.45 | 0.02 | 328.12 | 0.96 | 0.51 |
| Hex | FA | B | 8A | 0 | 60 | 2D | 2 | 148 | 60 | 33 |
| Octal | 372 | 13 | 212 | 0 | 140 | 55 | 2 | 510 | 140 | 63 |
| Binary | 11111010 | 1011 | 10001010 | 0 | 1100000 | 101101 | 10 | 101001000 | 1100000 | 110011 |
Color Harmonies of #FA0B8A
Complementary color
Monochromatic Colors of #FA0B8A
Black with #FA0B8A
Text Example
Text Example
White with #FA0B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0B8A; }
p { color: rgb(250,11,138); }
H1.HeaderClassName
{
color: #FA0B8A;
}
.AnyTagClassName
{
color: #FA0B8A;
}
</style>
background-color css
<style>
a { background-color: #FA0B8A; }
a { background-color: rgb(250,11,138); }
div.DivClassName
{
background-color: #FA0B8A;
}
.BgClassName
{
background-color: #FA0B8A;
}
</style>
border-color css
<style>
span { border-color: #FA0B8A; }
span { border-color: rgb(250,11,138); }
td.TdClassName
{
border-color: #FA0B8A;
}
.TagClassName
{
border-color: #FA0B8A;
}
</style>