Shades of Persian Pink #F081BA
Tints of Persian Pink #F081BA
RGB
CMYK
RGB Variations
Color information
#F081BA (or 0xF081BA) is known color: Persian Pink. HEX triplet: F0, 81 and BA. RGB value is (240,129,186). Sum of RGB (Red+Green+Blue) = 240+129+186=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F081BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F081BA is #0F7E45. Grayscale: #A8A8A8. Windows color (decimal): -1015366 or 12222960. OLE color: 12222960.
HSL color Cylindrical-coordinate representation of color #F081BA: hue angle of 329.19º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081BA is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 129 | 186 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.06 |
| HSL | 329.19º | 0.79% | 0.72% | - |
| HSV(B) | 329.19º | 0.46% | 0.94% | - |
| XYZ | 52.65 | 37.77 | 50.97 | - |
| YUV | 168.69 | 137.77 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 129 | 186 | 0 | 0.46 | 0.22 | 0.06 | 329.19 | 0.79 | 0.72 |
| Hex | F0 | 81 | BA | 0 | 2E | 16 | 6 | 149 | 4F | 48 |
| Octal | 360 | 201 | 272 | 0 | 56 | 26 | 6 | 511 | 117 | 110 |
| Binary | 11110000 | 10000001 | 10111010 | 0 | 101110 | 10110 | 110 | 101001001 | 1001111 | 1001000 |
Color Harmonies of #F081BA
Complementary color
Monochromatic Colors of #F081BA
Black with #F081BA
Text Example
Text Example
White with #F081BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F081BA; }
p { color: rgb(240,129,186); }
H1.HeaderClassName
{
color: #F081BA;
}
.AnyTagClassName
{
color: #F081BA;
}
</style>
background-color css
<style>
a { background-color: #F081BA; }
a { background-color: rgb(240,129,186); }
div.DivClassName
{
background-color: #F081BA;
}
.BgClassName
{
background-color: #F081BA;
}
</style>
border-color css
<style>
span { border-color: #F081BA; }
span { border-color: rgb(240,129,186); }
td.TdClassName
{
border-color: #F081BA;
}
.TagClassName
{
border-color: #F081BA;
}
</style>