Shades of Persian Pink #FA7CBC
Tints of Persian Pink #FA7CBC
RGB
CMYK
RGB Variations
Color information
#FA7CBC (or 0xFA7CBC) is known color: Persian Pink. HEX triplet: FA, 7C and BC. RGB value is (250,124,188). Sum of RGB (Red+Green+Blue) = 250+124+188=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 124 (48.83% from 255 or 22.06% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CBC is #058343. Grayscale: #A8A8A8. Windows color (decimal): -361284 or 12352762. OLE color: 12352762.
HSL color Cylindrical-coordinate representation of color #FA7CBC: hue angle of 329.52º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA7CBC is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 188 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.02 |
| HSL | 329.52º | 0.93% | 0.73% | - |
| HSV(B) | 329.52º | 0.5% | 0.98% | - |
| XYZ | 55.71 | 38.37 | 52.05 | - |
| YUV | 168.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 188 | 0 | 0.50 | 0.25 | 0.02 | 329.52 | 0.93 | 0.73 |
| Hex | FA | 7C | BC | 0 | 32 | 19 | 2 | 14A | 5D | 49 |
| Octal | 372 | 174 | 274 | 0 | 62 | 31 | 2 | 512 | 135 | 111 |
| Binary | 11111010 | 1111100 | 10111100 | 0 | 110010 | 11001 | 10 | 101001010 | 1011101 | 1001001 |
Color Harmonies of #FA7CBC
Complementary color
Monochromatic Colors of #FA7CBC
Black with #FA7CBC
Text Example
Text Example
White with #FA7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CBC; }
p { color: rgb(250,124,188); }
H1.HeaderClassName
{
color: #FA7CBC;
}
.AnyTagClassName
{
color: #FA7CBC;
}
</style>
background-color css
<style>
a { background-color: #FA7CBC; }
a { background-color: rgb(250,124,188); }
div.DivClassName
{
background-color: #FA7CBC;
}
.BgClassName
{
background-color: #FA7CBC;
}
</style>
border-color css
<style>
span { border-color: #FA7CBC; }
span { border-color: rgb(250,124,188); }
td.TdClassName
{
border-color: #FA7CBC;
}
.TagClassName
{
border-color: #FA7CBC;
}
</style>