Shades of Deep Pink #FA0A83
Tints of Deep Pink #FA0A83
RGB
CMYK
RGB Variations
Color information
#FA0A83 (or 0xFA0A83) is known color: Deep Pink. HEX triplet: FA, 0A and 83. RGB value is (250,10,131). Sum of RGB (Red+Green+Blue) = 250+10+131=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 10 (4.30% from 255 or 2.56% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0A83 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0A83 is #05F57C. Grayscale: #5F5F5F. Windows color (decimal): -390525 or 8588026. OLE color: 8588026.
HSL color Cylindrical-coordinate representation of color #FA0A83: hue angle of 329.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 #FA0A83 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 131 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.02 |
| HSL | 329.75º | 0.96% | 0.51% | - |
| HSV(B) | 329.75º | 0.96% | 0.98% | - |
| XYZ | 43.63 | 22.18 | 23.45 | - |
| YUV | 95.55 | 148.01 | 238.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 131 | 0 | 0.96 | 0.48 | 0.02 | 329.75 | 0.96 | 0.51 |
| Hex | FA | A | 83 | 0 | 60 | 30 | 2 | 14A | 60 | 33 |
| Octal | 372 | 12 | 203 | 0 | 140 | 60 | 2 | 512 | 140 | 63 |
| Binary | 11111010 | 1010 | 10000011 | 0 | 1100000 | 110000 | 10 | 101001010 | 1100000 | 110011 |
Color Harmonies of #FA0A83
Complementary color
Monochromatic Colors of #FA0A83
Black with #FA0A83
Text Example
Text Example
White with #FA0A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0A83; }
p { color: rgb(250,10,131); }
H1.HeaderClassName
{
color: #FA0A83;
}
.AnyTagClassName
{
color: #FA0A83;
}
</style>
background-color css
<style>
a { background-color: #FA0A83; }
a { background-color: rgb(250,10,131); }
div.DivClassName
{
background-color: #FA0A83;
}
.BgClassName
{
background-color: #FA0A83;
}
</style>
border-color css
<style>
span { border-color: #FA0A83; }
span { border-color: rgb(250,10,131); }
td.TdClassName
{
border-color: #FA0A83;
}
.TagClassName
{
border-color: #FA0A83;
}
</style>