Shades of Persian Pink #FA74BF
Tints of Persian Pink #FA74BF
RGB
CMYK
RGB Variations
Color information
#FA74BF (or 0xFA74BF) is known color: Persian Pink. HEX triplet: FA, 74 and BF. RGB value is (250,116,191). Sum of RGB (Red+Green+Blue) = 250+116+191=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA74BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA74BF is #058B40. Grayscale: #A4A4A4. Windows color (decimal): -363329 or 12547322. OLE color: 12547322.
HSL color Cylindrical-coordinate representation of color #FA74BF: hue angle of 326.42º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA74BF is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 116 | 191 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.02 |
| HSL | 326.42º | 0.93% | 0.72% | - |
| HSV(B) | 326.42º | 0.54% | 0.98% | - |
| XYZ | 55.07 | 36.58 | 53.45 | - |
| YUV | 164.62 | 142.89 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 116 | 191 | 0 | 0.54 | 0.24 | 0.02 | 326.42 | 0.93 | 0.72 |
| Hex | FA | 74 | BF | 0 | 36 | 18 | 2 | 146 | 5D | 48 |
| Octal | 372 | 164 | 277 | 0 | 66 | 30 | 2 | 506 | 135 | 110 |
| Binary | 11111010 | 1110100 | 10111111 | 0 | 110110 | 11000 | 10 | 101000110 | 1011101 | 1001000 |
Color Harmonies of #FA74BF
Complementary color
Monochromatic Colors of #FA74BF
Black with #FA74BF
Text Example
Text Example
White with #FA74BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA74BF; }
p { color: rgb(250,116,191); }
H1.HeaderClassName
{
color: #FA74BF;
}
.AnyTagClassName
{
color: #FA74BF;
}
</style>
background-color css
<style>
a { background-color: #FA74BF; }
a { background-color: rgb(250,116,191); }
div.DivClassName
{
background-color: #FA74BF;
}
.BgClassName
{
background-color: #FA74BF;
}
</style>
border-color css
<style>
span { border-color: #FA74BF; }
span { border-color: rgb(250,116,191); }
td.TdClassName
{
border-color: #FA74BF;
}
.TagClassName
{
border-color: #FA74BF;
}
</style>