Shades of Persian Pink #F177BA
Tints of Persian Pink #F177BA
RGB
CMYK
RGB Variations
Color information
#F177BA (or 0xF177BA) is known color: Persian Pink. HEX triplet: F1, 77 and BA. RGB value is (241,119,186). Sum of RGB (Red+Green+Blue) = 241+119+186=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 119 (46.88% from 255 or 21.79% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F177BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177BA is #0E8845. Grayscale: #A2A2A2. Windows color (decimal): -952390 or 12220401. OLE color: 12220401.
HSL color Cylindrical-coordinate representation of color #F177BA: hue angle of 327.05º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F177BA is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 186 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.05 |
| HSL | 327.05º | 0.81% | 0.71% | - |
| HSV(B) | 327.05º | 0.51% | 0.95% | - |
| XYZ | 51.74 | 35.44 | 50.57 | - |
| YUV | 163.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 186 | 0 | 0.51 | 0.23 | 0.05 | 327.05 | 0.81 | 0.71 |
| Hex | F1 | 77 | BA | 0 | 33 | 17 | 5 | 147 | 51 | 47 |
| Octal | 361 | 167 | 272 | 0 | 63 | 27 | 5 | 507 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10111010 | 0 | 110011 | 10111 | 101 | 101000111 | 1010001 | 1000111 |
Color Harmonies of #F177BA
Complementary color
Monochromatic Colors of #F177BA
Black with #F177BA
Text Example
Text Example
White with #F177BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177BA; }
p { color: rgb(241,119,186); }
H1.HeaderClassName
{
color: #F177BA;
}
.AnyTagClassName
{
color: #F177BA;
}
</style>
background-color css
<style>
a { background-color: #F177BA; }
a { background-color: rgb(241,119,186); }
div.DivClassName
{
background-color: #F177BA;
}
.BgClassName
{
background-color: #F177BA;
}
</style>
border-color css
<style>
span { border-color: #F177BA; }
span { border-color: rgb(241,119,186); }
td.TdClassName
{
border-color: #F177BA;
}
.TagClassName
{
border-color: #F177BA;
}
</style>