Shades of Persian Pink #F184BA
Tints of Persian Pink #F184BA
RGB
CMYK
RGB Variations
Color information
#F184BA (or 0xF184BA) is known color: Persian Pink. HEX triplet: F1, 84 and BA. RGB value is (241,132,186). Sum of RGB (Red+Green+Blue) = 241+132+186=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 132 (51.95% from 255 or 23.61% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F184BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184BA is #0E7B45. Grayscale: #AAAAAA. Windows color (decimal): -949062 or 12223729. OLE color: 12223729.
HSL color Cylindrical-coordinate representation of color #F184BA: hue angle of 330.28º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184BA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 186 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.05 |
| HSL | 330.28º | 0.8% | 0.73% | - |
| HSV(B) | 330.28º | 0.45% | 0.95% | - |
| XYZ | 53.39 | 38.75 | 51.12 | - |
| YUV | 170.75 | 136.61 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 186 | 0 | 0.45 | 0.23 | 0.05 | 330.28 | 0.8 | 0.73 |
| Hex | F1 | 84 | BA | 0 | 2D | 17 | 5 | 14A | 50 | 49 |
| Octal | 361 | 204 | 272 | 0 | 55 | 27 | 5 | 512 | 120 | 111 |
| Binary | 11110001 | 10000100 | 10111010 | 0 | 101101 | 10111 | 101 | 101001010 | 1010000 | 1001001 |
Color Harmonies of #F184BA
Complementary color
Monochromatic Colors of #F184BA
Black with #F184BA
Text Example
Text Example
White with #F184BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184BA; }
p { color: rgb(241,132,186); }
H1.HeaderClassName
{
color: #F184BA;
}
.AnyTagClassName
{
color: #F184BA;
}
</style>
background-color css
<style>
a { background-color: #F184BA; }
a { background-color: rgb(241,132,186); }
div.DivClassName
{
background-color: #F184BA;
}
.BgClassName
{
background-color: #F184BA;
}
</style>
border-color css
<style>
span { border-color: #F184BA; }
span { border-color: rgb(241,132,186); }
td.TdClassName
{
border-color: #F184BA;
}
.TagClassName
{
border-color: #F184BA;
}
</style>