Shades of Persian Pink #FA7DB4
Tints of Persian Pink #FA7DB4
RGB
CMYK
RGB Variations
Color information
#FA7DB4 (or 0xFA7DB4) is known color: Persian Pink. HEX triplet: FA, 7D and B4. RGB value is (250,125,180). Sum of RGB (Red+Green+Blue) = 250+125+180=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 180 (70.70% from 255 or 32.43% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7DB4 is #05824B. Grayscale: #A8A8A8. Windows color (decimal): -361036 or 11828730. OLE color: 11828730.
HSL color Cylindrical-coordinate representation of color #FA7DB4: hue angle of 333.6º 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 #FA7DB4 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 180 | - |
| CMYK | 0 | 0.50 | 0.28 | 0.02 |
| HSL | 333.6º | 0.93% | 0.74% | - |
| HSV(B) | 333.6º | 0.5% | 0.98% | - |
| XYZ | 55 | 38.29 | 47.67 | - |
| YUV | 168.65 | 134.41 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 180 | 0 | 0.50 | 0.28 | 0.02 | 333.6 | 0.93 | 0.74 |
| Hex | FA | 7D | B4 | 0 | 32 | 1C | 2 | 14E | 5D | 4A |
| Octal | 372 | 175 | 264 | 0 | 62 | 34 | 2 | 516 | 135 | 112 |
| Binary | 11111010 | 1111101 | 10110100 | 0 | 110010 | 11100 | 10 | 101001110 | 1011101 | 1001010 |
Color Harmonies of #FA7DB4
Complementary color
Monochromatic Colors of #FA7DB4
Black with #FA7DB4
Text Example
Text Example
White with #FA7DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7DB4; }
p { color: rgb(250,125,180); }
H1.HeaderClassName
{
color: #FA7DB4;
}
.AnyTagClassName
{
color: #FA7DB4;
}
</style>
background-color css
<style>
a { background-color: #FA7DB4; }
a { background-color: rgb(250,125,180); }
div.DivClassName
{
background-color: #FA7DB4;
}
.BgClassName
{
background-color: #FA7DB4;
}
</style>
border-color css
<style>
span { border-color: #FA7DB4; }
span { border-color: rgb(250,125,180); }
td.TdClassName
{
border-color: #FA7DB4;
}
.TagClassName
{
border-color: #FA7DB4;
}
</style>