Shades of Persian Pink #F289BA
Tints of Persian Pink #F289BA
RGB
CMYK
RGB Variations
Color information
#F289BA (or 0xF289BA) is known color: Persian Pink. HEX triplet: F2, 89 and BA. RGB value is (242,137,186). Sum of RGB (Red+Green+Blue) = 242+137+186=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 137 (53.91% from 255 or 24.25% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F289BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F289BA is #0D7645. Grayscale: #ADADAD. Windows color (decimal): -882246 or 12225010. OLE color: 12225010.
HSL color Cylindrical-coordinate representation of color #F289BA: hue angle of 332º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289BA is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 186 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.05 |
| HSL | 332º | 0.8% | 0.74% | - |
| HSV(B) | 332º | 0.43% | 0.95% | - |
| XYZ | 54.43 | 40.31 | 51.37 | - |
| YUV | 173.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 186 | 0 | 0.43 | 0.23 | 0.05 | 332 | 0.8 | 0.74 |
| Hex | F2 | 89 | BA | 0 | 2B | 17 | 5 | 14C | 50 | 4A |
| Octal | 362 | 211 | 272 | 0 | 53 | 27 | 5 | 514 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10111010 | 0 | 101011 | 10111 | 101 | 101001100 | 1010000 | 1001010 |
Color Harmonies of #F289BA
Complementary color
Monochromatic Colors of #F289BA
Black with #F289BA
Text Example
Text Example
White with #F289BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289BA; }
p { color: rgb(242,137,186); }
H1.HeaderClassName
{
color: #F289BA;
}
.AnyTagClassName
{
color: #F289BA;
}
</style>
background-color css
<style>
a { background-color: #F289BA; }
a { background-color: rgb(242,137,186); }
div.DivClassName
{
background-color: #F289BA;
}
.BgClassName
{
background-color: #F289BA;
}
</style>
border-color css
<style>
span { border-color: #F289BA; }
span { border-color: rgb(242,137,186); }
td.TdClassName
{
border-color: #F289BA;
}
.TagClassName
{
border-color: #F289BA;
}
</style>