Shades of Persian Pink #F085BA
Tints of Persian Pink #F085BA
RGB
CMYK
RGB Variations
Color information
#F085BA (or 0xF085BA) is known color: Persian Pink. HEX triplet: F0, 85 and BA. RGB value is (240,133,186). Sum of RGB (Red+Green+Blue) = 240+133+186=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F085BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F085BA is #0F7A45. Grayscale: #AAAAAA. Windows color (decimal): -1014342 or 12223984. OLE color: 12223984.
HSL color Cylindrical-coordinate representation of color #F085BA: hue angle of 330.28º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085BA is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 186 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.06 |
| HSL | 330.28º | 0.78% | 0.73% | - |
| HSV(B) | 330.28º | 0.45% | 0.94% | - |
| XYZ | 53.19 | 38.85 | 51.15 | - |
| YUV | 171.04 | 136.45 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 186 | 0 | 0.45 | 0.22 | 0.06 | 330.28 | 0.78 | 0.73 |
| Hex | F0 | 85 | BA | 0 | 2D | 16 | 6 | 14A | 4E | 49 |
| Octal | 360 | 205 | 272 | 0 | 55 | 26 | 6 | 512 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10111010 | 0 | 101101 | 10110 | 110 | 101001010 | 1001110 | 1001001 |
Color Harmonies of #F085BA
Complementary color
Monochromatic Colors of #F085BA
Black with #F085BA
Text Example
Text Example
White with #F085BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085BA; }
p { color: rgb(240,133,186); }
H1.HeaderClassName
{
color: #F085BA;
}
.AnyTagClassName
{
color: #F085BA;
}
</style>
background-color css
<style>
a { background-color: #F085BA; }
a { background-color: rgb(240,133,186); }
div.DivClassName
{
background-color: #F085BA;
}
.BgClassName
{
background-color: #F085BA;
}
</style>
border-color css
<style>
span { border-color: #F085BA; }
span { border-color: rgb(240,133,186); }
td.TdClassName
{
border-color: #F085BA;
}
.TagClassName
{
border-color: #F085BA;
}
</style>