Shades of Persian Pink #F387BB
Tints of Persian Pink #F387BB
RGB
CMYK
RGB Variations
Color information
#F387BB (or 0xF387BB) is known color: Persian Pink. HEX triplet: F3, 87 and BB. RGB value is (243,135,187). Sum of RGB (Red+Green+Blue) = 243+135+187=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F387BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F387BB is #0C7844. Grayscale: #ADADAD. Windows color (decimal): -817221 or 12290035. OLE color: 12290035.
HSL color Cylindrical-coordinate representation of color #F387BB: hue angle of 331.11º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F387BB is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 135 | 187 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.05 |
| HSL | 331.11º | 0.82% | 0.74% | - |
| HSV(B) | 331.11º | 0.44% | 0.95% | - |
| XYZ | 54.6 | 39.97 | 51.85 | - |
| YUV | 173.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 135 | 187 | 0 | 0.44 | 0.23 | 0.05 | 331.11 | 0.82 | 0.74 |
| Hex | F3 | 87 | BB | 0 | 2C | 17 | 5 | 14B | 52 | 4A |
| Octal | 363 | 207 | 273 | 0 | 54 | 27 | 5 | 513 | 122 | 112 |
| Binary | 11110011 | 10000111 | 10111011 | 0 | 101100 | 10111 | 101 | 101001011 | 1010010 | 1001010 |
Color Harmonies of #F387BB
Complementary color
Monochromatic Colors of #F387BB
Black with #F387BB
Text Example
Text Example
White with #F387BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F387BB; }
p { color: rgb(243,135,187); }
H1.HeaderClassName
{
color: #F387BB;
}
.AnyTagClassName
{
color: #F387BB;
}
</style>
background-color css
<style>
a { background-color: #F387BB; }
a { background-color: rgb(243,135,187); }
div.DivClassName
{
background-color: #F387BB;
}
.BgClassName
{
background-color: #F387BB;
}
</style>
border-color css
<style>
span { border-color: #F387BB; }
span { border-color: rgb(243,135,187); }
td.TdClassName
{
border-color: #F387BB;
}
.TagClassName
{
border-color: #F387BB;
}
</style>