Shades of Persian Pink #F083BA
Tints of Persian Pink #F083BA
RGB
CMYK
RGB Variations
Color information
#F083BA (or 0xF083BA) is known color: Persian Pink. HEX triplet: F0, 83 and BA. RGB value is (240,131,186). Sum of RGB (Red+Green+Blue) = 240+131+186=557 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.09% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 186 (73.05% from 255 or 33.39% from 557); Max value from RGB is 240 - color contains mainly: red. Hex color #F083BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F083BA is #0F7C45. Grayscale: #A9A9A9. Windows color (decimal): -1014854 or 12223472. OLE color: 12223472.
HSL color Cylindrical-coordinate representation of color #F083BA: hue angle of 329.72º 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 #F083BA is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 131 | 186 | - |
| CMYK | 0 | 0.45 | 0.22 | 0.06 |
| HSL | 329.72º | 0.78% | 0.73% | - |
| HSV(B) | 329.72º | 0.45% | 0.94% | - |
| XYZ | 52.91 | 38.3 | 51.06 | - |
| YUV | 169.86 | 137.11 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 131 | 186 | 0 | 0.45 | 0.22 | 0.06 | 329.72 | 0.78 | 0.73 |
| Hex | F0 | 83 | BA | 0 | 2D | 16 | 6 | 14A | 4E | 49 |
| Octal | 360 | 203 | 272 | 0 | 55 | 26 | 6 | 512 | 116 | 111 |
| Binary | 11110000 | 10000011 | 10111010 | 0 | 101101 | 10110 | 110 | 101001010 | 1001110 | 1001001 |
Color Harmonies of #F083BA
Complementary color
Monochromatic Colors of #F083BA
Black with #F083BA
Text Example
Text Example
White with #F083BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F083BA; }
p { color: rgb(240,131,186); }
H1.HeaderClassName
{
color: #F083BA;
}
.AnyTagClassName
{
color: #F083BA;
}
</style>
background-color css
<style>
a { background-color: #F083BA; }
a { background-color: rgb(240,131,186); }
div.DivClassName
{
background-color: #F083BA;
}
.BgClassName
{
background-color: #F083BA;
}
</style>
border-color css
<style>
span { border-color: #F083BA; }
span { border-color: rgb(240,131,186); }
td.TdClassName
{
border-color: #F083BA;
}
.TagClassName
{
border-color: #F083BA;
}
</style>