Shades of Persian Pink #F389B9
Tints of Persian Pink #F389B9
RGB
CMYK
RGB Variations
Color information
#F389B9 (or 0xF389B9) is known color: Persian Pink. HEX triplet: F3, 89 and B9. RGB value is (243,137,185). Sum of RGB (Red+Green+Blue) = 243+137+185=565 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.01% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 243 - color contains mainly: red. Hex color #F389B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389B9 is #0C7646. Grayscale: #AEAEAE. Windows color (decimal): -816711 or 12159475. OLE color: 12159475.
HSL color Cylindrical-coordinate representation of color #F389B9: hue angle of 332.83º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F389B9 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 185 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.05 |
| HSL | 332.83º | 0.82% | 0.75% | - |
| HSV(B) | 332.83º | 0.44% | 0.95% | - |
| XYZ | 54.66 | 40.45 | 50.83 | - |
| YUV | 174.17 | 134.12 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 185 | 0 | 0.44 | 0.24 | 0.05 | 332.83 | 0.82 | 0.75 |
| Hex | F3 | 89 | B9 | 0 | 2C | 18 | 5 | 14D | 52 | 4B |
| Octal | 363 | 211 | 271 | 0 | 54 | 30 | 5 | 515 | 122 | 113 |
| Binary | 11110011 | 10001001 | 10111001 | 0 | 101100 | 11000 | 101 | 101001101 | 1010010 | 1001011 |
Color Harmonies of #F389B9
Complementary color
Monochromatic Colors of #F389B9
Black with #F389B9
Text Example
Text Example
White with #F389B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389B9; }
p { color: rgb(243,137,185); }
H1.HeaderClassName
{
color: #F389B9;
}
.AnyTagClassName
{
color: #F389B9;
}
</style>
background-color css
<style>
a { background-color: #F389B9; }
a { background-color: rgb(243,137,185); }
div.DivClassName
{
background-color: #F389B9;
}
.BgClassName
{
background-color: #F389B9;
}
</style>
border-color css
<style>
span { border-color: #F389B9; }
span { border-color: rgb(243,137,185); }
td.TdClassName
{
border-color: #F389B9;
}
.TagClassName
{
border-color: #F389B9;
}
</style>