Shades of Persian Pink #F186B9
Tints of Persian Pink #F186B9
RGB
CMYK
RGB Variations
Color information
#F186B9 (or 0xF186B9) is known color: Persian Pink. HEX triplet: F1, 86 and B9. RGB value is (241,134,185). Sum of RGB (Red+Green+Blue) = 241+134+185=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F186B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F186B9 is #0E7946. Grayscale: #ABABAB. Windows color (decimal): -948551 or 12158705. OLE color: 12158705.
HSL color Cylindrical-coordinate representation of color #F186B9: hue angle of 331.4º 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 #F186B9 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 185 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.05 |
| HSL | 331.4º | 0.79% | 0.74% | - |
| HSV(B) | 331.4º | 0.44% | 0.95% | - |
| XYZ | 53.56 | 39.25 | 50.65 | - |
| YUV | 171.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 185 | 0 | 0.44 | 0.23 | 0.05 | 331.4 | 0.79 | 0.74 |
| Hex | F1 | 86 | B9 | 0 | 2C | 17 | 5 | 14B | 4F | 4A |
| Octal | 361 | 206 | 271 | 0 | 54 | 27 | 5 | 513 | 117 | 112 |
| Binary | 11110001 | 10000110 | 10111001 | 0 | 101100 | 10111 | 101 | 101001011 | 1001111 | 1001010 |
Color Harmonies of #F186B9
Complementary color
Monochromatic Colors of #F186B9
Black with #F186B9
Text Example
Text Example
White with #F186B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186B9; }
p { color: rgb(241,134,185); }
H1.HeaderClassName
{
color: #F186B9;
}
.AnyTagClassName
{
color: #F186B9;
}
</style>
background-color css
<style>
a { background-color: #F186B9; }
a { background-color: rgb(241,134,185); }
div.DivClassName
{
background-color: #F186B9;
}
.BgClassName
{
background-color: #F186B9;
}
</style>
border-color css
<style>
span { border-color: #F186B9; }
span { border-color: rgb(241,134,185); }
td.TdClassName
{
border-color: #F186B9;
}
.TagClassName
{
border-color: #F186B9;
}
</style>