Shades of Persian Pink #F984BA
Tints of Persian Pink #F984BA
RGB
CMYK
RGB Variations
Color information
#F984BA (or 0xF984BA) is known color: Persian Pink. HEX triplet: F9, 84 and BA. RGB value is (249,132,186). Sum of RGB (Red+Green+Blue) = 249+132+186=567 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.92% from 567); Green value is 132 (51.95% from 255 or 23.28% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 249 - color contains mainly: red. Hex color #F984BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F984BA is #067B45. Grayscale: #ADADAD. Windows color (decimal): -424774 or 12223737. OLE color: 12223737.
HSL color Cylindrical-coordinate representation of color #F984BA: hue angle of 332.31º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F984BA is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 132 | 186 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.02 |
| HSL | 332.31º | 0.91% | 0.75% | - |
| HSV(B) | 332.31º | 0.47% | 0.98% | - |
| XYZ | 56.18 | 40.19 | 51.25 | - |
| YUV | 173.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 132 | 186 | 0 | 0.47 | 0.25 | 0.02 | 332.31 | 0.91 | 0.75 |
| Hex | F9 | 84 | BA | 0 | 2F | 19 | 2 | 14C | 5B | 4B |
| Octal | 371 | 204 | 272 | 0 | 57 | 31 | 2 | 514 | 133 | 113 |
| Binary | 11111001 | 10000100 | 10111010 | 0 | 101111 | 11001 | 10 | 101001100 | 1011011 | 1001011 |
Color Harmonies of #F984BA
Complementary color
Monochromatic Colors of #F984BA
Black with #F984BA
Text Example
Text Example
White with #F984BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F984BA; }
p { color: rgb(249,132,186); }
H1.HeaderClassName
{
color: #F984BA;
}
.AnyTagClassName
{
color: #F984BA;
}
</style>
background-color css
<style>
a { background-color: #F984BA; }
a { background-color: rgb(249,132,186); }
div.DivClassName
{
background-color: #F984BA;
}
.BgClassName
{
background-color: #F984BA;
}
</style>
border-color css
<style>
span { border-color: #F984BA; }
span { border-color: rgb(249,132,186); }
td.TdClassName
{
border-color: #F984BA;
}
.TagClassName
{
border-color: #F984BA;
}
</style>