Shades of Persian Pink #F889B6
Tints of Persian Pink #F889B6
RGB
CMYK
RGB Variations
Color information
#F889B6 (or 0xF889B6) is known color: Persian Pink. HEX triplet: F8, 89 and B6. RGB value is (248,137,182). Sum of RGB (Red+Green+Blue) = 248+137+182=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F889B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F889B6 is #077649. Grayscale: #AFAFAF. Windows color (decimal): -489034 or 11962872. OLE color: 11962872.
HSL color Cylindrical-coordinate representation of color #F889B6: hue angle of 335.68º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F889B6 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 137 | 182 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.03 |
| HSL | 335.68º | 0.89% | 0.75% | - |
| HSV(B) | 335.68º | 0.45% | 0.97% | - |
| XYZ | 56.1 | 41.23 | 49.26 | - |
| YUV | 175.32 | 131.77 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 137 | 182 | 0 | 0.45 | 0.27 | 0.03 | 335.68 | 0.89 | 0.75 |
| Hex | F8 | 89 | B6 | 0 | 2D | 1B | 3 | 150 | 59 | 4B |
| Octal | 370 | 211 | 266 | 0 | 55 | 33 | 3 | 520 | 131 | 113 |
| Binary | 11111000 | 10001001 | 10110110 | 0 | 101101 | 11011 | 11 | 101010000 | 1011001 | 1001011 |
Color Harmonies of #F889B6
Complementary color
Monochromatic Colors of #F889B6
Black with #F889B6
Text Example
Text Example
White with #F889B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F889B6; }
p { color: rgb(248,137,182); }
H1.HeaderClassName
{
color: #F889B6;
}
.AnyTagClassName
{
color: #F889B6;
}
</style>
background-color css
<style>
a { background-color: #F889B6; }
a { background-color: rgb(248,137,182); }
div.DivClassName
{
background-color: #F889B6;
}
.BgClassName
{
background-color: #F889B6;
}
</style>
border-color css
<style>
span { border-color: #F889B6; }
span { border-color: rgb(248,137,182); }
td.TdClassName
{
border-color: #F889B6;
}
.TagClassName
{
border-color: #F889B6;
}
</style>