Shades of Persian Pink #FA7DB6
Tints of Persian Pink #FA7DB6
RGB
CMYK
RGB Variations
Color information
#FA7DB6 (or 0xFA7DB6) is known color: Persian Pink. HEX triplet: FA, 7D and B6. RGB value is (250,125,182). Sum of RGB (Red+Green+Blue) = 250+125+182=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DB6 is #058249. Grayscale: #A8A8A8. Windows color (decimal): -361034 or 11959802. OLE color: 11959802.
HSL color Cylindrical-coordinate representation of color #FA7DB6: hue angle of 332.64º 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 #FA7DB6 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 182 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.02 |
| HSL | 332.64º | 0.93% | 0.74% | - |
| HSV(B) | 332.64º | 0.5% | 0.98% | - |
| XYZ | 55.2 | 38.37 | 48.75 | - |
| YUV | 168.87 | 135.41 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 182 | 0 | 0.50 | 0.27 | 0.02 | 332.64 | 0.93 | 0.74 |
| Hex | FA | 7D | B6 | 0 | 32 | 1B | 2 | 14D | 5D | 4A |
| Octal | 372 | 175 | 266 | 0 | 62 | 33 | 2 | 515 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10110110 | 0 | 110010 | 11011 | 10 | 101001101 | 1011101 | 1001010 |
Color Harmonies of #FA7DB6
Complementary color
Monochromatic Colors of #FA7DB6
Black with #FA7DB6
Text Example
Text Example
White with #FA7DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DB6; }
p { color: rgb(250,125,182); }
H1.HeaderClassName
{
color: #FA7DB6;
}
.AnyTagClassName
{
color: #FA7DB6;
}
</style>
background-color css
<style>
a { background-color: #FA7DB6; }
a { background-color: rgb(250,125,182); }
div.DivClassName
{
background-color: #FA7DB6;
}
.BgClassName
{
background-color: #FA7DB6;
}
</style>
border-color css
<style>
span { border-color: #FA7DB6; }
span { border-color: rgb(250,125,182); }
td.TdClassName
{
border-color: #FA7DB6;
}
.TagClassName
{
border-color: #FA7DB6;
}
</style>