Shades of Persian Pink #F185BC
Tints of Persian Pink #F185BC
RGB
CMYK
RGB Variations
Color information
#F185BC (or 0xF185BC) is known color: Persian Pink. HEX triplet: F1, 85 and BC. RGB value is (241,133,188). Sum of RGB (Red+Green+Blue) = 241+133+188=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 188 (73.83% from 255 or 33.45% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F185BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F185BC is #0E7A43. Grayscale: #ABABAB. Windows color (decimal): -948804 or 12355057. OLE color: 12355057.
HSL color Cylindrical-coordinate representation of color #F185BC: hue angle of 329.44º 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 #F185BC is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 188 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.05 |
| HSL | 329.44º | 0.79% | 0.73% | - |
| HSV(B) | 329.44º | 0.45% | 0.95% | - |
| XYZ | 53.74 | 39.11 | 52.29 | - |
| YUV | 171.56 | 137.28 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 188 | 0 | 0.45 | 0.22 | 0.05 | 329.44 | 0.79 | 0.73 |
| Hex | F1 | 85 | BC | 0 | 2D | 16 | 5 | 149 | 4F | 49 |
| Octal | 361 | 205 | 274 | 0 | 55 | 26 | 5 | 511 | 117 | 111 |
| Binary | 11110001 | 10000101 | 10111100 | 0 | 101101 | 10110 | 101 | 101001001 | 1001111 | 1001001 |
Color Harmonies of #F185BC
Complementary color
Monochromatic Colors of #F185BC
Black with #F185BC
Text Example
Text Example
White with #F185BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185BC; }
p { color: rgb(241,133,188); }
H1.HeaderClassName
{
color: #F185BC;
}
.AnyTagClassName
{
color: #F185BC;
}
</style>
background-color css
<style>
a { background-color: #F185BC; }
a { background-color: rgb(241,133,188); }
div.DivClassName
{
background-color: #F185BC;
}
.BgClassName
{
background-color: #F185BC;
}
</style>
border-color css
<style>
span { border-color: #F185BC; }
span { border-color: rgb(241,133,188); }
td.TdClassName
{
border-color: #F185BC;
}
.TagClassName
{
border-color: #F185BC;
}
</style>