Shades of Persian Pink #F47CC0
Tints of Persian Pink #F47CC0
RGB
CMYK
RGB Variations
Color information
#F47CC0 (or 0xF47CC0) is known color: Persian Pink. HEX triplet: F4, 7C and C0. RGB value is (244,124,192). Sum of RGB (Red+Green+Blue) = 244+124+192=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CC0 is #0B833F. Grayscale: #A7A7A7. Windows color (decimal): -754496 or 12614900. OLE color: 12614900.
HSL color Cylindrical-coordinate representation of color #F47CC0: hue angle of 326º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CC0 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 192 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.04 |
| HSL | 326º | 0.85% | 0.72% | - |
| HSV(B) | 326º | 0.49% | 0.96% | - |
| XYZ | 54.03 | 37.45 | 54.25 | - |
| YUV | 167.63 | 141.76 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 192 | 0 | 0.49 | 0.21 | 0.04 | 326 | 0.85 | 0.72 |
| Hex | F4 | 7C | C0 | 0 | 31 | 15 | 4 | 146 | 55 | 48 |
| Octal | 364 | 174 | 300 | 0 | 61 | 25 | 4 | 506 | 125 | 110 |
| Binary | 11110100 | 1111100 | 11000000 | 0 | 110001 | 10101 | 100 | 101000110 | 1010101 | 1001000 |
Color Harmonies of #F47CC0
Complementary color
Monochromatic Colors of #F47CC0
Black with #F47CC0
Text Example
Text Example
White with #F47CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CC0; }
p { color: rgb(244,124,192); }
H1.HeaderClassName
{
color: #F47CC0;
}
.AnyTagClassName
{
color: #F47CC0;
}
</style>
background-color css
<style>
a { background-color: #F47CC0; }
a { background-color: rgb(244,124,192); }
div.DivClassName
{
background-color: #F47CC0;
}
.BgClassName
{
background-color: #F47CC0;
}
</style>
border-color css
<style>
span { border-color: #F47CC0; }
span { border-color: rgb(244,124,192); }
td.TdClassName
{
border-color: #F47CC0;
}
.TagClassName
{
border-color: #F47CC0;
}
</style>