Shades of Persian Pink #F287BA
Tints of Persian Pink #F287BA
RGB
CMYK
RGB Variations
Color information
#F287BA (or 0xF287BA) is known color: Persian Pink. HEX triplet: F2, 87 and BA. RGB value is (242,135,186). Sum of RGB (Red+Green+Blue) = 242+135+186=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F287BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F287BA is #0D7845. Grayscale: #ACACAC. Windows color (decimal): -882758 or 12224498. OLE color: 12224498.
HSL color Cylindrical-coordinate representation of color #F287BA: hue angle of 331.4º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F287BA is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 135 | 186 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.05 |
| HSL | 331.4º | 0.8% | 0.74% | - |
| HSV(B) | 331.4º | 0.44% | 0.95% | - |
| XYZ | 54.14 | 39.75 | 51.27 | - |
| YUV | 172.81 | 135.45 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 135 | 186 | 0 | 0.44 | 0.23 | 0.05 | 331.4 | 0.8 | 0.74 |
| Hex | F2 | 87 | BA | 0 | 2C | 17 | 5 | 14B | 50 | 4A |
| Octal | 362 | 207 | 272 | 0 | 54 | 27 | 5 | 513 | 120 | 112 |
| Binary | 11110010 | 10000111 | 10111010 | 0 | 101100 | 10111 | 101 | 101001011 | 1010000 | 1001010 |
Color Harmonies of #F287BA
Complementary color
Monochromatic Colors of #F287BA
Black with #F287BA
Text Example
Text Example
White with #F287BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F287BA; }
p { color: rgb(242,135,186); }
H1.HeaderClassName
{
color: #F287BA;
}
.AnyTagClassName
{
color: #F287BA;
}
</style>
background-color css
<style>
a { background-color: #F287BA; }
a { background-color: rgb(242,135,186); }
div.DivClassName
{
background-color: #F287BA;
}
.BgClassName
{
background-color: #F287BA;
}
</style>
border-color css
<style>
span { border-color: #F287BA; }
span { border-color: rgb(242,135,186); }
td.TdClassName
{
border-color: #F287BA;
}
.TagClassName
{
border-color: #F287BA;
}
</style>