Shades of Persian Pink #F47BBC
Tints of Persian Pink #F47BBC
RGB
CMYK
RGB Variations
Color information
#F47BBC (or 0xF47BBC) is known color: Persian Pink. HEX triplet: F4, 7B and BC. RGB value is (244,123,188). Sum of RGB (Red+Green+Blue) = 244+123+188=555 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.96% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BBC is #0B8443. Grayscale: #A6A6A6. Windows color (decimal): -754756 or 12352500. OLE color: 12352500.
HSL color Cylindrical-coordinate representation of color #F47BBC: hue angle of 327.77º 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 #F47BBC is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 188 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.04 |
| HSL | 327.77º | 0.85% | 0.72% | - |
| HSV(B) | 327.77º | 0.5% | 0.96% | - |
| XYZ | 53.47 | 37.03 | 51.91 | - |
| YUV | 166.59 | 140.09 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 188 | 0 | 0.50 | 0.23 | 0.04 | 327.77 | 0.85 | 0.72 |
| Hex | F4 | 7B | BC | 0 | 32 | 17 | 4 | 148 | 55 | 48 |
| Octal | 364 | 173 | 274 | 0 | 62 | 27 | 4 | 510 | 125 | 110 |
| Binary | 11110100 | 1111011 | 10111100 | 0 | 110010 | 10111 | 100 | 101001000 | 1010101 | 1001000 |
Color Harmonies of #F47BBC
Complementary color
Monochromatic Colors of #F47BBC
Black with #F47BBC
Text Example
Text Example
White with #F47BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BBC; }
p { color: rgb(244,123,188); }
H1.HeaderClassName
{
color: #F47BBC;
}
.AnyTagClassName
{
color: #F47BBC;
}
</style>
background-color css
<style>
a { background-color: #F47BBC; }
a { background-color: rgb(244,123,188); }
div.DivClassName
{
background-color: #F47BBC;
}
.BgClassName
{
background-color: #F47BBC;
}
</style>
border-color css
<style>
span { border-color: #F47BBC; }
span { border-color: rgb(244,123,188); }
td.TdClassName
{
border-color: #F47BBC;
}
.TagClassName
{
border-color: #F47BBC;
}
</style>