Shades of Persian Pink #FA7FC1
Tints of Persian Pink #FA7FC1
RGB
CMYK
RGB Variations
Color information
#FA7FC1 (or 0xFA7FC1) is known color: Persian Pink. HEX triplet: FA, 7F and C1. RGB value is (250,127,193). Sum of RGB (Red+Green+Blue) = 250+127+193=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 193 (75.78% from 255 or 33.86% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7FC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA7FC1 is #05803E. Grayscale: #ABABAB. Windows color (decimal): -360511 or 12681210. OLE color: 12681210.
HSL color Cylindrical-coordinate representation of color #FA7FC1: hue angle of 327.8º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FA7FC1 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 127 | 193 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.02 |
| HSL | 327.8º | 0.92% | 0.74% | - |
| HSV(B) | 327.8º | 0.49% | 0.98% | - |
| XYZ | 56.64 | 39.35 | 55.06 | - |
| YUV | 171.3 | 140.25 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 127 | 193 | 0 | 0.49 | 0.23 | 0.02 | 327.8 | 0.92 | 0.74 |
| Hex | FA | 7F | C1 | 0 | 31 | 17 | 2 | 148 | 5C | 4A |
| Octal | 372 | 177 | 301 | 0 | 61 | 27 | 2 | 510 | 134 | 112 |
| Binary | 11111010 | 1111111 | 11000001 | 0 | 110001 | 10111 | 10 | 101001000 | 1011100 | 1001010 |
Color Harmonies of #FA7FC1
Complementary color
Monochromatic Colors of #FA7FC1
Black with #FA7FC1
Text Example
Text Example
White with #FA7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7FC1; }
p { color: rgb(250,127,193); }
H1.HeaderClassName
{
color: #FA7FC1;
}
.AnyTagClassName
{
color: #FA7FC1;
}
</style>
background-color css
<style>
a { background-color: #FA7FC1; }
a { background-color: rgb(250,127,193); }
div.DivClassName
{
background-color: #FA7FC1;
}
.BgClassName
{
background-color: #FA7FC1;
}
</style>
border-color css
<style>
span { border-color: #FA7FC1; }
span { border-color: rgb(250,127,193); }
td.TdClassName
{
border-color: #FA7FC1;
}
.TagClassName
{
border-color: #FA7FC1;
}
</style>