Shades of Persian Pink #F489BA
Tints of Persian Pink #F489BA
RGB
CMYK
RGB Variations
Color information
#F489BA (or 0xF489BA) is known color: Persian Pink. HEX triplet: F4, 89 and BA. RGB value is (244,137,186). Sum of RGB (Red+Green+Blue) = 244+137+186=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F489BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F489BA is #0B7645. Grayscale: #AEAEAE. Windows color (decimal): -751174 or 12225012. OLE color: 12225012.
HSL color Cylindrical-coordinate representation of color #F489BA: hue angle of 332.52º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F489BA is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 137 | 186 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.04 |
| HSL | 332.52º | 0.83% | 0.75% | - |
| HSV(B) | 332.52º | 0.44% | 0.96% | - |
| XYZ | 55.12 | 40.67 | 51.4 | - |
| YUV | 174.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 137 | 186 | 0 | 0.44 | 0.24 | 0.04 | 332.52 | 0.83 | 0.75 |
| Hex | F4 | 89 | BA | 0 | 2C | 18 | 4 | 14D | 53 | 4B |
| Octal | 364 | 211 | 272 | 0 | 54 | 30 | 4 | 515 | 123 | 113 |
| Binary | 11110100 | 10001001 | 10111010 | 0 | 101100 | 11000 | 100 | 101001101 | 1010011 | 1001011 |
Color Harmonies of #F489BA
Complementary color
Monochromatic Colors of #F489BA
Black with #F489BA
Text Example
Text Example
White with #F489BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F489BA; }
p { color: rgb(244,137,186); }
H1.HeaderClassName
{
color: #F489BA;
}
.AnyTagClassName
{
color: #F489BA;
}
</style>
background-color css
<style>
a { background-color: #F489BA; }
a { background-color: rgb(244,137,186); }
div.DivClassName
{
background-color: #F489BA;
}
.BgClassName
{
background-color: #F489BA;
}
</style>
border-color css
<style>
span { border-color: #F489BA; }
span { border-color: rgb(244,137,186); }
td.TdClassName
{
border-color: #F489BA;
}
.TagClassName
{
border-color: #F489BA;
}
</style>