Shades of Persian Pink #F873BC
Tints of Persian Pink #F873BC
RGB
CMYK
RGB Variations
Color information
#F873BC (or 0xF873BC) is known color: Persian Pink. HEX triplet: F8, 73 and BC. RGB value is (248,115,188). Sum of RGB (Red+Green+Blue) = 248+115+188=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F873BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873BC is #078C43. Grayscale: #A2A2A2. Windows color (decimal): -494660 or 12350456. OLE color: 12350456.
HSL color Cylindrical-coordinate representation of color #F873BC: hue angle of 327.07º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F873BC is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 115 | 188 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.03 |
| HSL | 327.07º | 0.9% | 0.71% | - |
| HSV(B) | 327.07º | 0.54% | 0.97% | - |
| XYZ | 53.92 | 35.85 | 51.65 | - |
| YUV | 163.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 115 | 188 | 0 | 0.54 | 0.24 | 0.03 | 327.07 | 0.9 | 0.71 |
| Hex | F8 | 73 | BC | 0 | 36 | 18 | 3 | 147 | 5A | 47 |
| Octal | 370 | 163 | 274 | 0 | 66 | 30 | 3 | 507 | 132 | 107 |
| Binary | 11111000 | 1110011 | 10111100 | 0 | 110110 | 11000 | 11 | 101000111 | 1011010 | 1000111 |
Color Harmonies of #F873BC
Complementary color
Monochromatic Colors of #F873BC
Black with #F873BC
Text Example
Text Example
White with #F873BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F873BC; }
p { color: rgb(248,115,188); }
H1.HeaderClassName
{
color: #F873BC;
}
.AnyTagClassName
{
color: #F873BC;
}
</style>
background-color css
<style>
a { background-color: #F873BC; }
a { background-color: rgb(248,115,188); }
div.DivClassName
{
background-color: #F873BC;
}
.BgClassName
{
background-color: #F873BC;
}
</style>
border-color css
<style>
span { border-color: #F873BC; }
span { border-color: rgb(248,115,188); }
td.TdClassName
{
border-color: #F873BC;
}
.TagClassName
{
border-color: #F873BC;
}
</style>