Shades of Persian Pink #F171BA
Tints of Persian Pink #F171BA
RGB
CMYK
RGB Variations
Color information
#F171BA (or 0xF171BA) is known color: Persian Pink. HEX triplet: F1, 71 and BA. RGB value is (241,113,186). Sum of RGB (Red+Green+Blue) = 241+113+186=540 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.63% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 241 - color contains mainly: red. Hex color #F171BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171BA is #0E8E45. Grayscale: #9F9F9F. Windows color (decimal): -953926 or 12218865. OLE color: 12218865.
HSL color Cylindrical-coordinate representation of color #F171BA: hue angle of 325.78º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171BA is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 186 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.05 |
| HSL | 325.78º | 0.82% | 0.69% | - |
| HSV(B) | 325.78º | 0.53% | 0.95% | - |
| XYZ | 51.04 | 34.06 | 50.34 | - |
| YUV | 159.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 186 | 0 | 0.53 | 0.23 | 0.05 | 325.78 | 0.82 | 0.69 |
| Hex | F1 | 71 | BA | 0 | 35 | 17 | 5 | 146 | 52 | 45 |
| Octal | 361 | 161 | 272 | 0 | 65 | 27 | 5 | 506 | 122 | 105 |
| Binary | 11110001 | 1110001 | 10111010 | 0 | 110101 | 10111 | 101 | 101000110 | 1010010 | 1000101 |
Color Harmonies of #F171BA
Complementary color
Monochromatic Colors of #F171BA
Black with #F171BA
Text Example
Text Example
White with #F171BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171BA; }
p { color: rgb(241,113,186); }
H1.HeaderClassName
{
color: #F171BA;
}
.AnyTagClassName
{
color: #F171BA;
}
</style>
background-color css
<style>
a { background-color: #F171BA; }
a { background-color: rgb(241,113,186); }
div.DivClassName
{
background-color: #F171BA;
}
.BgClassName
{
background-color: #F171BA;
}
</style>
border-color css
<style>
span { border-color: #F171BA; }
span { border-color: rgb(241,113,186); }
td.TdClassName
{
border-color: #F171BA;
}
.TagClassName
{
border-color: #F171BA;
}
</style>