Shades of Persian Pink #FA7DBC
Tints of Persian Pink #FA7DBC
RGB
CMYK
RGB Variations
Color information
#FA7DBC (or 0xFA7DBC) is known color: Persian Pink. HEX triplet: FA, 7D and BC. RGB value is (250,125,188). Sum of RGB (Red+Green+Blue) = 250+125+188=563 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.40% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DBC is #058243. Grayscale: #A9A9A9. Windows color (decimal): -361028 or 12353018. OLE color: 12353018.
HSL color Cylindrical-coordinate representation of color #FA7DBC: hue angle of 329.76º 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 #FA7DBC is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 188 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.02 |
| HSL | 329.76º | 0.93% | 0.74% | - |
| HSV(B) | 329.76º | 0.5% | 0.98% | - |
| XYZ | 55.84 | 38.62 | 52.09 | - |
| YUV | 169.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 188 | 0 | 0.50 | 0.25 | 0.02 | 329.76 | 0.93 | 0.74 |
| Hex | FA | 7D | BC | 0 | 32 | 19 | 2 | 14A | 5D | 4A |
| Octal | 372 | 175 | 274 | 0 | 62 | 31 | 2 | 512 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10111100 | 0 | 110010 | 11001 | 10 | 101001010 | 1011101 | 1001010 |
Color Harmonies of #FA7DBC
Complementary color
Monochromatic Colors of #FA7DBC
Black with #FA7DBC
Text Example
Text Example
White with #FA7DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DBC; }
p { color: rgb(250,125,188); }
H1.HeaderClassName
{
color: #FA7DBC;
}
.AnyTagClassName
{
color: #FA7DBC;
}
</style>
background-color css
<style>
a { background-color: #FA7DBC; }
a { background-color: rgb(250,125,188); }
div.DivClassName
{
background-color: #FA7DBC;
}
.BgClassName
{
background-color: #FA7DBC;
}
</style>
border-color css
<style>
span { border-color: #FA7DBC; }
span { border-color: rgb(250,125,188); }
td.TdClassName
{
border-color: #FA7DBC;
}
.TagClassName
{
border-color: #FA7DBC;
}
</style>