Shades of Persian Pink #FA7DBE
Tints of Persian Pink #FA7DBE
RGB
CMYK
RGB Variations
Color information
#FA7DBE (or 0xFA7DBE) is known color: Persian Pink. HEX triplet: FA, 7D and BE. RGB value is (250,125,190). Sum of RGB (Red+Green+Blue) = 250+125+190=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DBE is #058241. Grayscale: #A9A9A9. Windows color (decimal): -361026 or 12484090. OLE color: 12484090.
HSL color Cylindrical-coordinate representation of color #FA7DBE: hue angle of 328.8º 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 #FA7DBE is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 190 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.02 |
| HSL | 328.8º | 0.93% | 0.74% | - |
| HSV(B) | 328.8º | 0.5% | 0.98% | - |
| XYZ | 56.05 | 38.71 | 53.23 | - |
| YUV | 169.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 190 | 0 | 0.50 | 0.24 | 0.02 | 328.8 | 0.93 | 0.74 |
| Hex | FA | 7D | BE | 0 | 32 | 18 | 2 | 149 | 5D | 4A |
| Octal | 372 | 175 | 276 | 0 | 62 | 30 | 2 | 511 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10111110 | 0 | 110010 | 11000 | 10 | 101001001 | 1011101 | 1001010 |
Color Harmonies of #FA7DBE
Complementary color
Monochromatic Colors of #FA7DBE
Black with #FA7DBE
Text Example
Text Example
White with #FA7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DBE; }
p { color: rgb(250,125,190); }
H1.HeaderClassName
{
color: #FA7DBE;
}
.AnyTagClassName
{
color: #FA7DBE;
}
</style>
background-color css
<style>
a { background-color: #FA7DBE; }
a { background-color: rgb(250,125,190); }
div.DivClassName
{
background-color: #FA7DBE;
}
.BgClassName
{
background-color: #FA7DBE;
}
</style>
border-color css
<style>
span { border-color: #FA7DBE; }
span { border-color: rgb(250,125,190); }
td.TdClassName
{
border-color: #FA7DBE;
}
.TagClassName
{
border-color: #FA7DBE;
}
</style>