Shades of Deep Pink #FA0A8B
Tints of Deep Pink #FA0A8B
RGB
CMYK
RGB Variations
Color information
#FA0A8B (or 0xFA0A8B) is known color: Deep Pink. HEX triplet: FA, 0A and 8B. RGB value is (250,10,139). Sum of RGB (Red+Green+Blue) = 250+10+139=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 10 (4.30% from 255 or 2.51% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A8B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A8B is #05F574. Grayscale: #606060. Windows color (decimal): -390517 or 9112314. OLE color: 9112314.
HSL color Cylindrical-coordinate representation of color #FA0A8B: hue angle of 327.75º 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 #FA0A8B is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 139 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.02 |
| HSL | 327.75º | 0.96% | 0.51% | - |
| HSV(B) | 327.75º | 0.96% | 0.98% | - |
| XYZ | 44.19 | 22.41 | 26.42 | - |
| YUV | 96.47 | 152.01 | 237.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 139 | 0 | 0.96 | 0.44 | 0.02 | 327.75 | 0.96 | 0.51 |
| Hex | FA | A | 8B | 0 | 60 | 2C | 2 | 148 | 60 | 33 |
| Octal | 372 | 12 | 213 | 0 | 140 | 54 | 2 | 510 | 140 | 63 |
| Binary | 11111010 | 1010 | 10001011 | 0 | 1100000 | 101100 | 10 | 101001000 | 1100000 | 110011 |
Color Harmonies of #FA0A8B
Complementary color
Monochromatic Colors of #FA0A8B
Black with #FA0A8B
Text Example
Text Example
White with #FA0A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A8B; }
p { color: rgb(250,10,139); }
H1.HeaderClassName
{
color: #FA0A8B;
}
.AnyTagClassName
{
color: #FA0A8B;
}
</style>
background-color css
<style>
a { background-color: #FA0A8B; }
a { background-color: rgb(250,10,139); }
div.DivClassName
{
background-color: #FA0A8B;
}
.BgClassName
{
background-color: #FA0A8B;
}
</style>
border-color css
<style>
span { border-color: #FA0A8B; }
span { border-color: rgb(250,10,139); }
td.TdClassName
{
border-color: #FA0A8B;
}
.TagClassName
{
border-color: #FA0A8B;
}
</style>