Shades of Persian Pink #F389B5
Tints of Persian Pink #F389B5
RGB
CMYK
RGB Variations
Color information
#F389B5 (or 0xF389B5) is known color: Persian Pink. HEX triplet: F3, 89 and B5. RGB value is (243,137,181). Sum of RGB (Red+Green+Blue) = 243+137+181=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F389B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F389B5 is #0C764A. Grayscale: #ADADAD. Windows color (decimal): -816715 or 11897331. OLE color: 11897331.
HSL color Cylindrical-coordinate representation of color #F389B5: hue angle of 335.09º 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 #F389B5 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 137 | 181 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.05 |
| HSL | 335.09º | 0.82% | 0.75% | - |
| HSV(B) | 335.09º | 0.44% | 0.95% | - |
| XYZ | 54.25 | 40.28 | 48.63 | - |
| YUV | 173.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 137 | 181 | 0 | 0.44 | 0.26 | 0.05 | 335.09 | 0.82 | 0.75 |
| Hex | F3 | 89 | B5 | 0 | 2C | 1A | 5 | 14F | 52 | 4B |
| Octal | 363 | 211 | 265 | 0 | 54 | 32 | 5 | 517 | 122 | 113 |
| Binary | 11110011 | 10001001 | 10110101 | 0 | 101100 | 11010 | 101 | 101001111 | 1010010 | 1001011 |
Color Harmonies of #F389B5
Complementary color
Monochromatic Colors of #F389B5
Black with #F389B5
Text Example
Text Example
White with #F389B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F389B5; }
p { color: rgb(243,137,181); }
H1.HeaderClassName
{
color: #F389B5;
}
.AnyTagClassName
{
color: #F389B5;
}
</style>
background-color css
<style>
a { background-color: #F389B5; }
a { background-color: rgb(243,137,181); }
div.DivClassName
{
background-color: #F389B5;
}
.BgClassName
{
background-color: #F389B5;
}
</style>
border-color css
<style>
span { border-color: #F389B5; }
span { border-color: rgb(243,137,181); }
td.TdClassName
{
border-color: #F389B5;
}
.TagClassName
{
border-color: #F389B5;
}
</style>