Shades of Persian Pink #FA7CB7
Tints of Persian Pink #FA7CB7
RGB
CMYK
RGB Variations
Color information
#FA7CB7 (or 0xFA7CB7) is known color: Persian Pink. HEX triplet: FA, 7C and B7. RGB value is (250,124,183). Sum of RGB (Red+Green+Blue) = 250+124+183=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 183 (71.88% from 255 or 32.85% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7CB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7CB7 is #058348. Grayscale: #A8A8A8. Windows color (decimal): -361289 or 12025082. OLE color: 12025082.
HSL color Cylindrical-coordinate representation of color #FA7CB7: hue angle of 331.9º 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 #FA7CB7 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 183 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.02 |
| HSL | 331.9º | 0.93% | 0.73% | - |
| HSV(B) | 331.9º | 0.5% | 0.98% | - |
| XYZ | 55.18 | 38.16 | 49.26 | - |
| YUV | 168.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 183 | 0 | 0.50 | 0.27 | 0.02 | 331.9 | 0.93 | 0.73 |
| Hex | FA | 7C | B7 | 0 | 32 | 1B | 2 | 14C | 5D | 49 |
| Octal | 372 | 174 | 267 | 0 | 62 | 33 | 2 | 514 | 135 | 111 |
| Binary | 11111010 | 1111100 | 10110111 | 0 | 110010 | 11011 | 10 | 101001100 | 1011101 | 1001001 |
Color Harmonies of #FA7CB7
Complementary color
Monochromatic Colors of #FA7CB7
Black with #FA7CB7
Text Example
Text Example
White with #FA7CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7CB7; }
p { color: rgb(250,124,183); }
H1.HeaderClassName
{
color: #FA7CB7;
}
.AnyTagClassName
{
color: #FA7CB7;
}
</style>
background-color css
<style>
a { background-color: #FA7CB7; }
a { background-color: rgb(250,124,183); }
div.DivClassName
{
background-color: #FA7CB7;
}
.BgClassName
{
background-color: #FA7CB7;
}
</style>
border-color css
<style>
span { border-color: #FA7CB7; }
span { border-color: rgb(250,124,183); }
td.TdClassName
{
border-color: #FA7CB7;
}
.TagClassName
{
border-color: #FA7CB7;
}
</style>