Shades of Persian Pink #F082BA
Tints of Persian Pink #F082BA
RGB
CMYK
RGB Variations
Color information
#F082BA (or 0xF082BA) is known color: Persian Pink. HEX triplet: F0, 82 and BA. RGB value is (240,130,186). Sum of RGB (Red+Green+Blue) = 240+130+186=556 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.17% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 240 - color contains mainly: red. Hex color #F082BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F082BA is #0F7D45. Grayscale: #A9A9A9. Windows color (decimal): -1015110 or 12223216. OLE color: 12223216.
HSL color Cylindrical-coordinate representation of color #F082BA: hue angle of 329.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082BA is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 186 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.06 |
| HSL | 329.45º | 0.79% | 0.73% | - |
| HSV(B) | 329.45º | 0.46% | 0.94% | - |
| XYZ | 52.78 | 38.04 | 51.01 | - |
| YUV | 169.27 | 137.44 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 186 | 0 | 0.46 | 0.22 | 0.06 | 329.45 | 0.79 | 0.73 |
| Hex | F0 | 82 | BA | 0 | 2E | 16 | 6 | 149 | 4F | 49 |
| Octal | 360 | 202 | 272 | 0 | 56 | 26 | 6 | 511 | 117 | 111 |
| Binary | 11110000 | 10000010 | 10111010 | 0 | 101110 | 10110 | 110 | 101001001 | 1001111 | 1001001 |
Color Harmonies of #F082BA
Complementary color
Monochromatic Colors of #F082BA
Black with #F082BA
Text Example
Text Example
White with #F082BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082BA; }
p { color: rgb(240,130,186); }
H1.HeaderClassName
{
color: #F082BA;
}
.AnyTagClassName
{
color: #F082BA;
}
</style>
background-color css
<style>
a { background-color: #F082BA; }
a { background-color: rgb(240,130,186); }
div.DivClassName
{
background-color: #F082BA;
}
.BgClassName
{
background-color: #F082BA;
}
</style>
border-color css
<style>
span { border-color: #F082BA; }
span { border-color: rgb(240,130,186); }
td.TdClassName
{
border-color: #F082BA;
}
.TagClassName
{
border-color: #F082BA;
}
</style>