Shades of Persian Pink #F186B2
Tints of Persian Pink #F186B2
RGB
CMYK
RGB Variations
Color information
#F186B2 (or 0xF186B2) is known color: Persian Pink. HEX triplet: F1, 86 and B2. RGB value is (241,134,178). Sum of RGB (Red+Green+Blue) = 241+134+178=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 178 (69.92% from 255 or 32.19% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F186B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F186B2 is #0E794D. Grayscale: #AAAAAA. Windows color (decimal): -948558 or 11699953. OLE color: 11699953.
HSL color Cylindrical-coordinate representation of color #F186B2: hue angle of 335.33º 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 #F186B2 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 178 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.05 |
| HSL | 335.33º | 0.79% | 0.74% | - |
| HSV(B) | 335.33º | 0.44% | 0.95% | - |
| XYZ | 52.84 | 38.97 | 46.86 | - |
| YUV | 171.01 | 131.95 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 178 | 0 | 0.44 | 0.26 | 0.05 | 335.33 | 0.79 | 0.74 |
| Hex | F1 | 86 | B2 | 0 | 2C | 1A | 5 | 14F | 4F | 4A |
| Octal | 361 | 206 | 262 | 0 | 54 | 32 | 5 | 517 | 117 | 112 |
| Binary | 11110001 | 10000110 | 10110010 | 0 | 101100 | 11010 | 101 | 101001111 | 1001111 | 1001010 |
Color Harmonies of #F186B2
Complementary color
Monochromatic Colors of #F186B2
Black with #F186B2
Text Example
Text Example
White with #F186B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186B2; }
p { color: rgb(241,134,178); }
H1.HeaderClassName
{
color: #F186B2;
}
.AnyTagClassName
{
color: #F186B2;
}
</style>
background-color css
<style>
a { background-color: #F186B2; }
a { background-color: rgb(241,134,178); }
div.DivClassName
{
background-color: #F186B2;
}
.BgClassName
{
background-color: #F186B2;
}
</style>
border-color css
<style>
span { border-color: #F186B2; }
span { border-color: rgb(241,134,178); }
td.TdClassName
{
border-color: #F186B2;
}
.TagClassName
{
border-color: #F186B2;
}
</style>