Shades of Persian Pink #F883BB
Tints of Persian Pink #F883BB
RGB
CMYK
RGB Variations
Color information
#F883BB (or 0xF883BB) is known color: Persian Pink. HEX triplet: F8, 83 and BB. RGB value is (248,131,187). Sum of RGB (Red+Green+Blue) = 248+131+187=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F883BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883BB is #077C44. Grayscale: #ACACAC. Windows color (decimal): -490565 or 12289016. OLE color: 12289016.
HSL color Cylindrical-coordinate representation of color #F883BB: hue angle of 331.28º 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 #F883BB is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 187 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.03 |
| HSL | 331.28º | 0.89% | 0.74% | - |
| HSV(B) | 331.28º | 0.47% | 0.97% | - |
| XYZ | 55.8 | 39.78 | 51.75 | - |
| YUV | 172.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 187 | 0 | 0.47 | 0.25 | 0.03 | 331.28 | 0.89 | 0.74 |
| Hex | F8 | 83 | BB | 0 | 2F | 19 | 3 | 14B | 59 | 4A |
| Octal | 370 | 203 | 273 | 0 | 57 | 31 | 3 | 513 | 131 | 112 |
| Binary | 11111000 | 10000011 | 10111011 | 0 | 101111 | 11001 | 11 | 101001011 | 1011001 | 1001010 |
Color Harmonies of #F883BB
Complementary color
Monochromatic Colors of #F883BB
Black with #F883BB
Text Example
Text Example
White with #F883BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883BB; }
p { color: rgb(248,131,187); }
H1.HeaderClassName
{
color: #F883BB;
}
.AnyTagClassName
{
color: #F883BB;
}
</style>
background-color css
<style>
a { background-color: #F883BB; }
a { background-color: rgb(248,131,187); }
div.DivClassName
{
background-color: #F883BB;
}
.BgClassName
{
background-color: #F883BB;
}
</style>
border-color css
<style>
span { border-color: #F883BB; }
span { border-color: rgb(248,131,187); }
td.TdClassName
{
border-color: #F883BB;
}
.TagClassName
{
border-color: #F883BB;
}
</style>