Shades of Persian Pink #F473BC
Tints of Persian Pink #F473BC
RGB
CMYK
RGB Variations
Color information
#F473BC (or 0xF473BC) is known color: Persian Pink. HEX triplet: F4, 73 and BC. RGB value is (244,115,188). Sum of RGB (Red+Green+Blue) = 244+115+188=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F473BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F473BC is #0B8C43. Grayscale: #A1A1A1. Windows color (decimal): -756804 or 12350452. OLE color: 12350452.
HSL color Cylindrical-coordinate representation of color #F473BC: hue angle of 326.05º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F473BC is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 188 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.04 |
| HSL | 326.05º | 0.85% | 0.7% | - |
| HSV(B) | 326.05º | 0.53% | 0.96% | - |
| XYZ | 52.52 | 35.13 | 51.59 | - |
| YUV | 161.89 | 142.74 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 188 | 0 | 0.53 | 0.23 | 0.04 | 326.05 | 0.85 | 0.7 |
| Hex | F4 | 73 | BC | 0 | 35 | 17 | 4 | 146 | 55 | 46 |
| Octal | 364 | 163 | 274 | 0 | 65 | 27 | 4 | 506 | 125 | 106 |
| Binary | 11110100 | 1110011 | 10111100 | 0 | 110101 | 10111 | 100 | 101000110 | 1010101 | 1000110 |
Color Harmonies of #F473BC
Complementary color
Monochromatic Colors of #F473BC
Black with #F473BC
Text Example
Text Example
White with #F473BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F473BC; }
p { color: rgb(244,115,188); }
H1.HeaderClassName
{
color: #F473BC;
}
.AnyTagClassName
{
color: #F473BC;
}
</style>
background-color css
<style>
a { background-color: #F473BC; }
a { background-color: rgb(244,115,188); }
div.DivClassName
{
background-color: #F473BC;
}
.BgClassName
{
background-color: #F473BC;
}
</style>
border-color css
<style>
span { border-color: #F473BC; }
span { border-color: rgb(244,115,188); }
td.TdClassName
{
border-color: #F473BC;
}
.TagClassName
{
border-color: #F473BC;
}
</style>