Shades of Persian Pink #F084BA
Tints of Persian Pink #F084BA
RGB
CMYK
RGB Variations
Color information
#F084BA (or 0xF084BA) is known color: Persian Pink. HEX triplet: F0, 84 and BA. RGB value is (240,132,186). Sum of RGB (Red+Green+Blue) = 240+132+186=558 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.01% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 240 - color contains mainly: red. Hex color #F084BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F084BA is #0F7B45. Grayscale: #AAAAAA. Windows color (decimal): -1014598 or 12223728. OLE color: 12223728.
HSL color Cylindrical-coordinate representation of color #F084BA: hue angle of 330º 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 #F084BA is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 186 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.06 |
| HSL | 330º | 0.78% | 0.73% | - |
| HSV(B) | 330º | 0.45% | 0.94% | - |
| XYZ | 53.05 | 38.57 | 51.1 | - |
| YUV | 170.45 | 136.78 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 186 | 0 | 0.45 | 0.22 | 0.06 | 330 | 0.78 | 0.73 |
| Hex | F0 | 84 | BA | 0 | 2D | 16 | 6 | 14A | 4E | 49 |
| Octal | 360 | 204 | 272 | 0 | 55 | 26 | 6 | 512 | 116 | 111 |
| Binary | 11110000 | 10000100 | 10111010 | 0 | 101101 | 10110 | 110 | 101001010 | 1001110 | 1001001 |
Color Harmonies of #F084BA
Complementary color
Monochromatic Colors of #F084BA
Black with #F084BA
Text Example
Text Example
White with #F084BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084BA; }
p { color: rgb(240,132,186); }
H1.HeaderClassName
{
color: #F084BA;
}
.AnyTagClassName
{
color: #F084BA;
}
</style>
background-color css
<style>
a { background-color: #F084BA; }
a { background-color: rgb(240,132,186); }
div.DivClassName
{
background-color: #F084BA;
}
.BgClassName
{
background-color: #F084BA;
}
</style>
border-color css
<style>
span { border-color: #F084BA; }
span { border-color: rgb(240,132,186); }
td.TdClassName
{
border-color: #F084BA;
}
.TagClassName
{
border-color: #F084BA;
}
</style>