Shades of Deep Pink #FA0A8C
Tints of Deep Pink #FA0A8C
RGB
CMYK
RGB Variations
Color information
#FA0A8C (or 0xFA0A8C) is known color: Deep Pink. HEX triplet: FA, 0A and 8C. RGB value is (250,10,140). Sum of RGB (Red+Green+Blue) = 250+10+140=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 10 (4.30% from 255 or 2.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A8C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A8C is #05F573. Grayscale: #606060. Windows color (decimal): -390516 or 9177850. OLE color: 9177850.
HSL color Cylindrical-coordinate representation of color #FA0A8C: hue angle of 327.5º 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 #FA0A8C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 140 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.02 |
| HSL | 327.5º | 0.96% | 0.51% | - |
| HSV(B) | 327.5º | 0.96% | 0.98% | - |
| XYZ | 44.27 | 22.43 | 26.81 | - |
| YUV | 96.58 | 152.51 | 237.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 140 | 0 | 0.96 | 0.44 | 0.02 | 327.5 | 0.96 | 0.51 |
| Hex | FA | A | 8C | 0 | 60 | 2C | 2 | 148 | 60 | 33 |
| Octal | 372 | 12 | 214 | 0 | 140 | 54 | 2 | 510 | 140 | 63 |
| Binary | 11111010 | 1010 | 10001100 | 0 | 1100000 | 101100 | 10 | 101001000 | 1100000 | 110011 |
Color Harmonies of #FA0A8C
Complementary color
Monochromatic Colors of #FA0A8C
Black with #FA0A8C
Text Example
Text Example
White with #FA0A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A8C; }
p { color: rgb(250,10,140); }
H1.HeaderClassName
{
color: #FA0A8C;
}
.AnyTagClassName
{
color: #FA0A8C;
}
</style>
background-color css
<style>
a { background-color: #FA0A8C; }
a { background-color: rgb(250,10,140); }
div.DivClassName
{
background-color: #FA0A8C;
}
.BgClassName
{
background-color: #FA0A8C;
}
</style>
border-color css
<style>
span { border-color: #FA0A8C; }
span { border-color: rgb(250,10,140); }
td.TdClassName
{
border-color: #FA0A8C;
}
.TagClassName
{
border-color: #FA0A8C;
}
</style>