Shades of Persian Pink #F180BA
Tints of Persian Pink #F180BA
RGB
CMYK
RGB Variations
Color information
#F180BA (or 0xF180BA) is known color: Persian Pink. HEX triplet: F1, 80 and BA. RGB value is (241,128,186). Sum of RGB (Red+Green+Blue) = 241+128+186=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F180BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180BA is #0E7F45. Grayscale: #A8A8A8. Windows color (decimal): -950086 or 12222705. OLE color: 12222705.
HSL color Cylindrical-coordinate representation of color #F180BA: hue angle of 329.2º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180BA is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 186 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.05 |
| HSL | 329.2º | 0.8% | 0.72% | - |
| HSV(B) | 329.2º | 0.47% | 0.95% | - |
| XYZ | 52.86 | 37.68 | 50.94 | - |
| YUV | 168.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 186 | 0 | 0.47 | 0.23 | 0.05 | 329.2 | 0.8 | 0.72 |
| Hex | F1 | 80 | BA | 0 | 2F | 17 | 5 | 149 | 50 | 48 |
| Octal | 361 | 200 | 272 | 0 | 57 | 27 | 5 | 511 | 120 | 110 |
| Binary | 11110001 | 10000000 | 10111010 | 0 | 101111 | 10111 | 101 | 101001001 | 1010000 | 1001000 |
Color Harmonies of #F180BA
Complementary color
Monochromatic Colors of #F180BA
Black with #F180BA
Text Example
Text Example
White with #F180BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F180BA; }
p { color: rgb(241,128,186); }
H1.HeaderClassName
{
color: #F180BA;
}
.AnyTagClassName
{
color: #F180BA;
}
</style>
background-color css
<style>
a { background-color: #F180BA; }
a { background-color: rgb(241,128,186); }
div.DivClassName
{
background-color: #F180BA;
}
.BgClassName
{
background-color: #F180BA;
}
</style>
border-color css
<style>
span { border-color: #F180BA; }
span { border-color: rgb(241,128,186); }
td.TdClassName
{
border-color: #F180BA;
}
.TagClassName
{
border-color: #F180BA;
}
</style>