Shades of Persian Pink #FA7AB2
Tints of Persian Pink #FA7AB2
RGB
CMYK
RGB Variations
Color information
#FA7AB2 (or 0xFA7AB2) is known color: Persian Pink. HEX triplet: FA, 7A and B2. RGB value is (250,122,178). Sum of RGB (Red+Green+Blue) = 250+122+178=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 178 (69.92% from 255 or 32.36% from 550); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7AB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7AB2 is #05854D. Grayscale: #A6A6A6. Windows color (decimal): -361806 or 11696890. OLE color: 11696890.
HSL color Cylindrical-coordinate representation of color #FA7AB2: hue angle of 333.75º 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 #FA7AB2 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 178 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.02 |
| HSL | 333.75º | 0.93% | 0.73% | - |
| HSV(B) | 333.75º | 0.51% | 0.98% | - |
| XYZ | 54.42 | 37.46 | 46.48 | - |
| YUV | 166.66 | 134.41 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 178 | 0 | 0.51 | 0.29 | 0.02 | 333.75 | 0.93 | 0.73 |
| Hex | FA | 7A | B2 | 0 | 33 | 1D | 2 | 14E | 5D | 49 |
| Octal | 372 | 172 | 262 | 0 | 63 | 35 | 2 | 516 | 135 | 111 |
| Binary | 11111010 | 1111010 | 10110010 | 0 | 110011 | 11101 | 10 | 101001110 | 1011101 | 1001001 |
Color Harmonies of #FA7AB2
Complementary color
Monochromatic Colors of #FA7AB2
Black with #FA7AB2
Text Example
Text Example
White with #FA7AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7AB2; }
p { color: rgb(250,122,178); }
H1.HeaderClassName
{
color: #FA7AB2;
}
.AnyTagClassName
{
color: #FA7AB2;
}
</style>
background-color css
<style>
a { background-color: #FA7AB2; }
a { background-color: rgb(250,122,178); }
div.DivClassName
{
background-color: #FA7AB2;
}
.BgClassName
{
background-color: #FA7AB2;
}
</style>
border-color css
<style>
span { border-color: #FA7AB2; }
span { border-color: rgb(250,122,178); }
td.TdClassName
{
border-color: #FA7AB2;
}
.TagClassName
{
border-color: #FA7AB2;
}
</style>