Shades of Persian Pink #F288BA
Tints of Persian Pink #F288BA
RGB
CMYK
RGB Variations
Color information
#F288BA (or 0xF288BA) is known color: Persian Pink. HEX triplet: F2, 88 and BA. RGB value is (242,136,186). Sum of RGB (Red+Green+Blue) = 242+136+186=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F288BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F288BA is #0D7745. Grayscale: #ADADAD. Windows color (decimal): -882502 or 12224754. OLE color: 12224754.
HSL color Cylindrical-coordinate representation of color #F288BA: hue angle of 331.7º 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 #F288BA is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 186 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.05 |
| HSL | 331.7º | 0.8% | 0.74% | - |
| HSV(B) | 331.7º | 0.44% | 0.95% | - |
| XYZ | 54.29 | 40.03 | 51.32 | - |
| YUV | 173.39 | 135.12 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 186 | 0 | 0.44 | 0.23 | 0.05 | 331.7 | 0.8 | 0.74 |
| Hex | F2 | 88 | BA | 0 | 2C | 17 | 5 | 14C | 50 | 4A |
| Octal | 362 | 210 | 272 | 0 | 54 | 27 | 5 | 514 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10111010 | 0 | 101100 | 10111 | 101 | 101001100 | 1010000 | 1001010 |
Color Harmonies of #F288BA
Complementary color
Monochromatic Colors of #F288BA
Black with #F288BA
Text Example
Text Example
White with #F288BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288BA; }
p { color: rgb(242,136,186); }
H1.HeaderClassName
{
color: #F288BA;
}
.AnyTagClassName
{
color: #F288BA;
}
</style>
background-color css
<style>
a { background-color: #F288BA; }
a { background-color: rgb(242,136,186); }
div.DivClassName
{
background-color: #F288BA;
}
.BgClassName
{
background-color: #F288BA;
}
</style>
border-color css
<style>
span { border-color: #F288BA; }
span { border-color: rgb(242,136,186); }
td.TdClassName
{
border-color: #F288BA;
}
.TagClassName
{
border-color: #F288BA;
}
</style>