Shades of Persian Pink #F883BC
Tints of Persian Pink #F883BC
RGB
CMYK
RGB Variations
Color information
#F883BC (or 0xF883BC) is known color: Persian Pink. HEX triplet: F8, 83 and BC. RGB value is (248,131,188). Sum of RGB (Red+Green+Blue) = 248+131+188=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BC is #077C43. Grayscale: #ACACAC. Windows color (decimal): -490564 or 12354552. OLE color: 12354552.
HSL color Cylindrical-coordinate representation of color #F883BC: hue angle of 330.77º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883BC is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 188 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.03 |
| HSL | 330.77º | 0.89% | 0.74% | - |
| HSV(B) | 330.77º | 0.47% | 0.97% | - |
| XYZ | 55.9 | 39.82 | 52.32 | - |
| YUV | 172.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 188 | 0 | 0.47 | 0.24 | 0.03 | 330.77 | 0.89 | 0.74 |
| Hex | F8 | 83 | BC | 0 | 2F | 18 | 3 | 14B | 59 | 4A |
| Octal | 370 | 203 | 274 | 0 | 57 | 30 | 3 | 513 | 131 | 112 |
| Binary | 11111000 | 10000011 | 10111100 | 0 | 101111 | 11000 | 11 | 101001011 | 1011001 | 1001010 |
Color Harmonies of #F883BC
Complementary color
Monochromatic Colors of #F883BC
Black with #F883BC
Text Example
Text Example
White with #F883BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883BC; }
p { color: rgb(248,131,188); }
H1.HeaderClassName
{
color: #F883BC;
}
.AnyTagClassName
{
color: #F883BC;
}
</style>
background-color css
<style>
a { background-color: #F883BC; }
a { background-color: rgb(248,131,188); }
div.DivClassName
{
background-color: #F883BC;
}
.BgClassName
{
background-color: #F883BC;
}
</style>
border-color css
<style>
span { border-color: #F883BC; }
span { border-color: rgb(248,131,188); }
td.TdClassName
{
border-color: #F883BC;
}
.TagClassName
{
border-color: #F883BC;
}
</style>