Shades of Persian Pink #F47AB7
Tints of Persian Pink #F47AB7
RGB
CMYK
RGB Variations
Color information
#F47AB7 (or 0xF47AB7) is known color: Persian Pink. HEX triplet: F4, 7A and B7. RGB value is (244,122,183). Sum of RGB (Red+Green+Blue) = 244+122+183=549 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.44% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AB7 is #0B8548. Grayscale: #A5A5A5. Windows color (decimal): -755017 or 12024564. OLE color: 12024564.
HSL color Cylindrical-coordinate representation of color #F47AB7: hue angle of 330º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47AB7 is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 183 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.04 |
| HSL | 330º | 0.85% | 0.72% | - |
| HSV(B) | 330º | 0.5% | 0.96% | - |
| XYZ | 52.82 | 36.57 | 49.08 | - |
| YUV | 165.43 | 137.92 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 183 | 0 | 0.5 | 0.25 | 0.04 | 330 | 0.85 | 0.72 |
| Hex | F4 | 7A | B7 | 0 | 32 | 19 | 4 | 14A | 55 | 48 |
| Octal | 364 | 172 | 267 | 0 | 62 | 31 | 4 | 512 | 125 | 110 |
| Binary | 11110100 | 1111010 | 10110111 | 0 | 110010 | 11001 | 100 | 101001010 | 1010101 | 1001000 |
Color Harmonies of #F47AB7
Complementary color
Monochromatic Colors of #F47AB7
Black with #F47AB7
Text Example
Text Example
White with #F47AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47AB7; }
p { color: rgb(244,122,183); }
H1.HeaderClassName
{
color: #F47AB7;
}
.AnyTagClassName
{
color: #F47AB7;
}
</style>
background-color css
<style>
a { background-color: #F47AB7; }
a { background-color: rgb(244,122,183); }
div.DivClassName
{
background-color: #F47AB7;
}
.BgClassName
{
background-color: #F47AB7;
}
</style>
border-color css
<style>
span { border-color: #F47AB7; }
span { border-color: rgb(244,122,183); }
td.TdClassName
{
border-color: #F47AB7;
}
.TagClassName
{
border-color: #F47AB7;
}
</style>