Shades of Persian Pink #FA7BB5
Tints of Persian Pink #FA7BB5
RGB
CMYK
RGB Variations
Color information
#FA7BB5 (or 0xFA7BB5) is known color: Persian Pink. HEX triplet: FA, 7B and B5. RGB value is (250,123,181). Sum of RGB (Red+Green+Blue) = 250+123+181=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 181 (71.09% from 255 or 32.67% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7BB5 is #05844A. Grayscale: #A7A7A7. Windows color (decimal): -361547 or 11893754. OLE color: 11893754.
HSL color Cylindrical-coordinate representation of color #FA7BB5: hue angle of 332.6º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FA7BB5 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 123 | 181 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.02 |
| HSL | 332.6º | 0.93% | 0.73% | - |
| HSV(B) | 332.6º | 0.51% | 0.98% | - |
| XYZ | 54.85 | 37.83 | 48.13 | - |
| YUV | 167.59 | 135.58 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 123 | 181 | 0 | 0.51 | 0.28 | 0.02 | 332.6 | 0.93 | 0.73 |
| Hex | FA | 7B | B5 | 0 | 33 | 1C | 2 | 14D | 5D | 49 |
| Octal | 372 | 173 | 265 | 0 | 63 | 34 | 2 | 515 | 135 | 111 |
| Binary | 11111010 | 1111011 | 10110101 | 0 | 110011 | 11100 | 10 | 101001101 | 1011101 | 1001001 |
Color Harmonies of #FA7BB5
Complementary color
Monochromatic Colors of #FA7BB5
Black with #FA7BB5
Text Example
Text Example
White with #FA7BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7BB5; }
p { color: rgb(250,123,181); }
H1.HeaderClassName
{
color: #FA7BB5;
}
.AnyTagClassName
{
color: #FA7BB5;
}
</style>
background-color css
<style>
a { background-color: #FA7BB5; }
a { background-color: rgb(250,123,181); }
div.DivClassName
{
background-color: #FA7BB5;
}
.BgClassName
{
background-color: #FA7BB5;
}
</style>
border-color css
<style>
span { border-color: #FA7BB5; }
span { border-color: rgb(250,123,181); }
td.TdClassName
{
border-color: #FA7BB5;
}
.TagClassName
{
border-color: #FA7BB5;
}
</style>