Shades of Persian Pink #F47CBC
Tints of Persian Pink #F47CBC
RGB
CMYK
RGB Variations
Color information
#F47CBC (or 0xF47CBC) is known color: Persian Pink. HEX triplet: F4, 7C and BC. RGB value is (244,124,188). Sum of RGB (Red+Green+Blue) = 244+124+188=556 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.88% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CBC is #0B8343. Grayscale: #A7A7A7. Windows color (decimal): -754500 or 12352756. OLE color: 12352756.
HSL color Cylindrical-coordinate representation of color #F47CBC: hue angle of 328º 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 #F47CBC is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 188 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.04 |
| HSL | 328º | 0.85% | 0.72% | - |
| HSV(B) | 328º | 0.49% | 0.96% | - |
| XYZ | 53.59 | 37.28 | 51.95 | - |
| YUV | 167.18 | 139.76 | 182.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 188 | 0 | 0.49 | 0.23 | 0.04 | 328 | 0.85 | 0.72 |
| Hex | F4 | 7C | BC | 0 | 31 | 17 | 4 | 148 | 55 | 48 |
| Octal | 364 | 174 | 274 | 0 | 61 | 27 | 4 | 510 | 125 | 110 |
| Binary | 11110100 | 1111100 | 10111100 | 0 | 110001 | 10111 | 100 | 101001000 | 1010101 | 1001000 |
Color Harmonies of #F47CBC
Complementary color
Monochromatic Colors of #F47CBC
Black with #F47CBC
Text Example
Text Example
White with #F47CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CBC; }
p { color: rgb(244,124,188); }
H1.HeaderClassName
{
color: #F47CBC;
}
.AnyTagClassName
{
color: #F47CBC;
}
</style>
background-color css
<style>
a { background-color: #F47CBC; }
a { background-color: rgb(244,124,188); }
div.DivClassName
{
background-color: #F47CBC;
}
.BgClassName
{
background-color: #F47CBC;
}
</style>
border-color css
<style>
span { border-color: #F47CBC; }
span { border-color: rgb(244,124,188); }
td.TdClassName
{
border-color: #F47CBC;
}
.TagClassName
{
border-color: #F47CBC;
}
</style>