Shades of Deep Pink #FA0883
Tints of Deep Pink #FA0883
RGB
CMYK
RGB Variations
Color information
#FA0883 (or 0xFA0883) is known color: Deep Pink. HEX triplet: FA, 08 and 83. RGB value is (250,8,131). Sum of RGB (Red+Green+Blue) = 250+8+131=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0883 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA0883 is #05F77C. Grayscale: #5E5E5E. Windows color (decimal): -391037 or 8587514. OLE color: 8587514.
HSL color Cylindrical-coordinate representation of color #FA0883: hue angle of 329.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0883 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 8 | 131 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.02 |
| HSL | 329.5º | 0.96% | 0.51% | - |
| HSV(B) | 329.5º | 0.97% | 0.98% | - |
| XYZ | 43.61 | 22.14 | 23.45 | - |
| YUV | 94.38 | 148.67 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 8 | 131 | 0 | 0.97 | 0.48 | 0.02 | 329.5 | 0.96 | 0.51 |
| Hex | FA | 8 | 83 | 0 | 61 | 30 | 2 | 14A | 60 | 33 |
| Octal | 372 | 10 | 203 | 0 | 141 | 60 | 2 | 512 | 140 | 63 |
| Binary | 11111010 | 1000 | 10000011 | 0 | 1100001 | 110000 | 10 | 101001010 | 1100000 | 110011 |
Color Harmonies of #FA0883
Complementary color
Monochromatic Colors of #FA0883
Black with #FA0883
Text Example
Text Example
White with #FA0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0883; }
p { color: rgb(250,8,131); }
H1.HeaderClassName
{
color: #FA0883;
}
.AnyTagClassName
{
color: #FA0883;
}
</style>
background-color css
<style>
a { background-color: #FA0883; }
a { background-color: rgb(250,8,131); }
div.DivClassName
{
background-color: #FA0883;
}
.BgClassName
{
background-color: #FA0883;
}
</style>
border-color css
<style>
span { border-color: #FA0883; }
span { border-color: rgb(250,8,131); }
td.TdClassName
{
border-color: #FA0883;
}
.TagClassName
{
border-color: #FA0883;
}
</style>