Shades of Persian Pink #F188BA
Tints of Persian Pink #F188BA
RGB
CMYK
RGB Variations
Color information
#F188BA (or 0xF188BA) is known color: Persian Pink. HEX triplet: F1, 88 and BA. RGB value is (241,136,186). Sum of RGB (Red+Green+Blue) = 241+136+186=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F188BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188BA is #0E7745. Grayscale: #ADADAD. Windows color (decimal): -948038 or 12224753. OLE color: 12224753.
HSL color Cylindrical-coordinate representation of color #F188BA: hue angle of 331.43º degrees, saturation: 0.79, 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 #F188BA is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 186 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.05 |
| HSL | 331.43º | 0.79% | 0.74% | - |
| HSV(B) | 331.43º | 0.44% | 0.95% | - |
| XYZ | 53.94 | 39.85 | 51.3 | - |
| YUV | 173.1 | 135.29 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 186 | 0 | 0.44 | 0.23 | 0.05 | 331.43 | 0.79 | 0.74 |
| Hex | F1 | 88 | BA | 0 | 2C | 17 | 5 | 14B | 4F | 4A |
| Octal | 361 | 210 | 272 | 0 | 54 | 27 | 5 | 513 | 117 | 112 |
| Binary | 11110001 | 10001000 | 10111010 | 0 | 101100 | 10111 | 101 | 101001011 | 1001111 | 1001010 |
Color Harmonies of #F188BA
Complementary color
Monochromatic Colors of #F188BA
Black with #F188BA
Text Example
Text Example
White with #F188BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188BA; }
p { color: rgb(241,136,186); }
H1.HeaderClassName
{
color: #F188BA;
}
.AnyTagClassName
{
color: #F188BA;
}
</style>
background-color css
<style>
a { background-color: #F188BA; }
a { background-color: rgb(241,136,186); }
div.DivClassName
{
background-color: #F188BA;
}
.BgClassName
{
background-color: #F188BA;
}
</style>
border-color css
<style>
span { border-color: #F188BA; }
span { border-color: rgb(241,136,186); }
td.TdClassName
{
border-color: #F188BA;
}
.TagClassName
{
border-color: #F188BA;
}
</style>