Shades of Persian Pink #F172BA
Tints of Persian Pink #F172BA
RGB
CMYK
RGB Variations
Color information
#F172BA (or 0xF172BA) is known color: Persian Pink. HEX triplet: F1, 72 and BA. RGB value is (241,114,186). Sum of RGB (Red+Green+Blue) = 241+114+186=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 114 (44.92% from 255 or 21.07% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F172BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172BA is #0E8D45. Grayscale: #A0A0A0. Windows color (decimal): -953670 or 12219121. OLE color: 12219121.
HSL color Cylindrical-coordinate representation of color #F172BA: hue angle of 325.98º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F172BA is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 186 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.05 |
| HSL | 325.98º | 0.82% | 0.7% | - |
| HSV(B) | 325.98º | 0.53% | 0.95% | - |
| XYZ | 51.16 | 34.28 | 50.37 | - |
| YUV | 160.18 | 142.58 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 186 | 0 | 0.53 | 0.23 | 0.05 | 325.98 | 0.82 | 0.7 |
| Hex | F1 | 72 | BA | 0 | 35 | 17 | 5 | 146 | 52 | 46 |
| Octal | 361 | 162 | 272 | 0 | 65 | 27 | 5 | 506 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10111010 | 0 | 110101 | 10111 | 101 | 101000110 | 1010010 | 1000110 |
Color Harmonies of #F172BA
Complementary color
Monochromatic Colors of #F172BA
Black with #F172BA
Text Example
Text Example
White with #F172BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172BA; }
p { color: rgb(241,114,186); }
H1.HeaderClassName
{
color: #F172BA;
}
.AnyTagClassName
{
color: #F172BA;
}
</style>
background-color css
<style>
a { background-color: #F172BA; }
a { background-color: rgb(241,114,186); }
div.DivClassName
{
background-color: #F172BA;
}
.BgClassName
{
background-color: #F172BA;
}
</style>
border-color css
<style>
span { border-color: #F172BA; }
span { border-color: rgb(241,114,186); }
td.TdClassName
{
border-color: #F172BA;
}
.TagClassName
{
border-color: #F172BA;
}
</style>