Shades of Persian Pink #F186BB
Tints of Persian Pink #F186BB
RGB
CMYK
RGB Variations
Color information
#F186BB (or 0xF186BB) is known color: Persian Pink. HEX triplet: F1, 86 and BB. RGB value is (241,134,187). Sum of RGB (Red+Green+Blue) = 241+134+187=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F186BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186BB is #0E7944. Grayscale: #ABABAB. Windows color (decimal): -948549 or 12289777. OLE color: 12289777.
HSL color Cylindrical-coordinate representation of color #F186BB: hue angle of 330.28º degrees, saturation: 0.79, 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 #F186BB is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 187 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.05 |
| HSL | 330.28º | 0.79% | 0.74% | - |
| HSV(B) | 330.28º | 0.44% | 0.95% | - |
| XYZ | 53.77 | 39.34 | 51.77 | - |
| YUV | 172.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 187 | 0 | 0.44 | 0.22 | 0.05 | 330.28 | 0.79 | 0.74 |
| Hex | F1 | 86 | BB | 0 | 2C | 16 | 5 | 14A | 4F | 4A |
| Octal | 361 | 206 | 273 | 0 | 54 | 26 | 5 | 512 | 117 | 112 |
| Binary | 11110001 | 10000110 | 10111011 | 0 | 101100 | 10110 | 101 | 101001010 | 1001111 | 1001010 |
Color Harmonies of #F186BB
Complementary color
Monochromatic Colors of #F186BB
Black with #F186BB
Text Example
Text Example
White with #F186BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186BB; }
p { color: rgb(241,134,187); }
H1.HeaderClassName
{
color: #F186BB;
}
.AnyTagClassName
{
color: #F186BB;
}
</style>
background-color css
<style>
a { background-color: #F186BB; }
a { background-color: rgb(241,134,187); }
div.DivClassName
{
background-color: #F186BB;
}
.BgClassName
{
background-color: #F186BB;
}
</style>
border-color css
<style>
span { border-color: #F186BB; }
span { border-color: rgb(241,134,187); }
td.TdClassName
{
border-color: #F186BB;
}
.TagClassName
{
border-color: #F186BB;
}
</style>