Shades of Persian Pink #F172BF
Tints of Persian Pink #F172BF
RGB
CMYK
RGB Variations
Color information
#F172BF (or 0xF172BF) is known color: Persian Pink. HEX triplet: F1, 72 and BF. RGB value is (241,114,191). Sum of RGB (Red+Green+Blue) = 241+114+191=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F172BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172BF is #0E8D40. Grayscale: #A0A0A0. Windows color (decimal): -953665 or 12546801. OLE color: 12546801.
HSL color Cylindrical-coordinate representation of color #F172BF: hue angle of 323.62º 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 #F172BF is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 191 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.05 |
| HSL | 323.62º | 0.82% | 0.7% | - |
| HSV(B) | 323.62º | 0.53% | 0.95% | - |
| XYZ | 51.7 | 34.5 | 53.22 | - |
| YUV | 160.75 | 145.08 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 191 | 0 | 0.53 | 0.21 | 0.05 | 323.62 | 0.82 | 0.7 |
| Hex | F1 | 72 | BF | 0 | 35 | 15 | 5 | 144 | 52 | 46 |
| Octal | 361 | 162 | 277 | 0 | 65 | 25 | 5 | 504 | 122 | 106 |
| Binary | 11110001 | 1110010 | 10111111 | 0 | 110101 | 10101 | 101 | 101000100 | 1010010 | 1000110 |
Color Harmonies of #F172BF
Complementary color
Monochromatic Colors of #F172BF
Black with #F172BF
Text Example
Text Example
White with #F172BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F172BF; }
p { color: rgb(241,114,191); }
H1.HeaderClassName
{
color: #F172BF;
}
.AnyTagClassName
{
color: #F172BF;
}
</style>
background-color css
<style>
a { background-color: #F172BF; }
a { background-color: rgb(241,114,191); }
div.DivClassName
{
background-color: #F172BF;
}
.BgClassName
{
background-color: #F172BF;
}
</style>
border-color css
<style>
span { border-color: #F172BF; }
span { border-color: rgb(241,114,191); }
td.TdClassName
{
border-color: #F172BF;
}
.TagClassName
{
border-color: #F172BF;
}
</style>