Shades of Persian Pink #F47AC0
Tints of Persian Pink #F47AC0
RGB
CMYK
RGB Variations
Color information
#F47AC0 (or 0xF47AC0) is known color: Persian Pink. HEX triplet: F4, 7A and C0. RGB value is (244,122,192). Sum of RGB (Red+Green+Blue) = 244+122+192=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AC0 is #0B853F. Grayscale: #A6A6A6. Windows color (decimal): -755008 or 12614388. OLE color: 12614388.
HSL color Cylindrical-coordinate representation of color #F47AC0: hue angle of 325.57º 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 #F47AC0 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 192 | - |
| CMYK | 0 | 0.5 | 0.21 | 0.04 |
| HSL | 325.57º | 0.85% | 0.72% | - |
| HSV(B) | 325.57º | 0.5% | 0.96% | - |
| XYZ | 53.78 | 36.96 | 54.17 | - |
| YUV | 166.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 192 | 0 | 0.5 | 0.21 | 0.04 | 325.57 | 0.85 | 0.72 |
| Hex | F4 | 7A | C0 | 0 | 32 | 15 | 4 | 146 | 55 | 48 |
| Octal | 364 | 172 | 300 | 0 | 62 | 25 | 4 | 506 | 125 | 110 |
| Binary | 11110100 | 1111010 | 11000000 | 0 | 110010 | 10101 | 100 | 101000110 | 1010101 | 1001000 |
Color Harmonies of #F47AC0
Complementary color
Monochromatic Colors of #F47AC0
Black with #F47AC0
Text Example
Text Example
White with #F47AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47AC0; }
p { color: rgb(244,122,192); }
H1.HeaderClassName
{
color: #F47AC0;
}
.AnyTagClassName
{
color: #F47AC0;
}
</style>
background-color css
<style>
a { background-color: #F47AC0; }
a { background-color: rgb(244,122,192); }
div.DivClassName
{
background-color: #F47AC0;
}
.BgClassName
{
background-color: #F47AC0;
}
</style>
border-color css
<style>
span { border-color: #F47AC0; }
span { border-color: rgb(244,122,192); }
td.TdClassName
{
border-color: #F47AC0;
}
.TagClassName
{
border-color: #F47AC0;
}
</style>