Shades of Persian Pink #F185B9
Tints of Persian Pink #F185B9
RGB
CMYK
RGB Variations
Color information
#F185B9 (or 0xF185B9) is known color: Persian Pink. HEX triplet: F1, 85 and B9. RGB value is (241,133,185). Sum of RGB (Red+Green+Blue) = 241+133+185=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 185 (72.66% from 255 or 33.09% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F185B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185B9 is #0E7A46. Grayscale: #ABABAB. Windows color (decimal): -948807 or 12158449. OLE color: 12158449.
HSL color Cylindrical-coordinate representation of color #F185B9: hue angle of 331.11º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F185B9 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 185 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.05 |
| HSL | 331.11º | 0.79% | 0.73% | - |
| HSV(B) | 331.11º | 0.45% | 0.95% | - |
| XYZ | 53.42 | 38.98 | 50.61 | - |
| YUV | 171.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 185 | 0 | 0.45 | 0.23 | 0.05 | 331.11 | 0.79 | 0.73 |
| Hex | F1 | 85 | B9 | 0 | 2D | 17 | 5 | 14B | 4F | 49 |
| Octal | 361 | 205 | 271 | 0 | 55 | 27 | 5 | 513 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10111001 | 0 | 101101 | 10111 | 101 | 101001011 | 1001111 | 1001001 |
Color Harmonies of #F185B9
Complementary color
Monochromatic Colors of #F185B9
Black with #F185B9
Text Example
Text Example
White with #F185B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185B9; }
p { color: rgb(241,133,185); }
H1.HeaderClassName
{
color: #F185B9;
}
.AnyTagClassName
{
color: #F185B9;
}
</style>
background-color css
<style>
a { background-color: #F185B9; }
a { background-color: rgb(241,133,185); }
div.DivClassName
{
background-color: #F185B9;
}
.BgClassName
{
background-color: #F185B9;
}
</style>
border-color css
<style>
span { border-color: #F185B9; }
span { border-color: rgb(241,133,185); }
td.TdClassName
{
border-color: #F185B9;
}
.TagClassName
{
border-color: #F185B9;
}
</style>