Shades of Persian Pink #FA7DBF
Tints of Persian Pink #FA7DBF
RGB
CMYK
RGB Variations
Color information
#FA7DBF (or 0xFA7DBF) is known color: Persian Pink. HEX triplet: FA, 7D and BF. RGB value is (250,125,191). Sum of RGB (Red+Green+Blue) = 250+125+191=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DBF is #058240. Grayscale: #A9A9A9. Windows color (decimal): -361025 or 12549626. OLE color: 12549626.
HSL color Cylindrical-coordinate representation of color #FA7DBF: hue angle of 328.32º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7DBF is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 191 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.02 |
| HSL | 328.32º | 0.93% | 0.74% | - |
| HSV(B) | 328.32º | 0.5% | 0.98% | - |
| XYZ | 56.16 | 38.75 | 53.81 | - |
| YUV | 169.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 191 | 0 | 0.50 | 0.24 | 0.02 | 328.32 | 0.93 | 0.74 |
| Hex | FA | 7D | BF | 0 | 32 | 18 | 2 | 148 | 5D | 4A |
| Octal | 372 | 175 | 277 | 0 | 62 | 30 | 2 | 510 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10111111 | 0 | 110010 | 11000 | 10 | 101001000 | 1011101 | 1001010 |
Color Harmonies of #FA7DBF
Complementary color
Monochromatic Colors of #FA7DBF
Black with #FA7DBF
Text Example
Text Example
White with #FA7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DBF; }
p { color: rgb(250,125,191); }
H1.HeaderClassName
{
color: #FA7DBF;
}
.AnyTagClassName
{
color: #FA7DBF;
}
</style>
background-color css
<style>
a { background-color: #FA7DBF; }
a { background-color: rgb(250,125,191); }
div.DivClassName
{
background-color: #FA7DBF;
}
.BgClassName
{
background-color: #FA7DBF;
}
</style>
border-color css
<style>
span { border-color: #FA7DBF; }
span { border-color: rgb(250,125,191); }
td.TdClassName
{
border-color: #FA7DBF;
}
.TagClassName
{
border-color: #FA7DBF;
}
</style>