Shades of Persian Pink #F177B0
Tints of Persian Pink #F177B0
RGB
CMYK
RGB Variations
Color information
#F177B0 (or 0xF177B0) is known color: Persian Pink. HEX triplet: F1, 77 and B0. RGB value is (241,119,176). Sum of RGB (Red+Green+Blue) = 241+119+176=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F177B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F177B0 is #0E884F. Grayscale: #A1A1A1. Windows color (decimal): -952400 or 11565041. OLE color: 11565041.
HSL color Cylindrical-coordinate representation of color #F177B0: hue angle of 331.97º 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 #F177B0 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 176 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.05 |
| HSL | 331.97º | 0.81% | 0.71% | - |
| HSV(B) | 331.97º | 0.51% | 0.95% | - |
| XYZ | 50.71 | 35.03 | 45.16 | - |
| YUV | 161.98 | 135.92 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 176 | 0 | 0.51 | 0.27 | 0.05 | 331.97 | 0.81 | 0.71 |
| Hex | F1 | 77 | B0 | 0 | 33 | 1B | 5 | 14C | 51 | 47 |
| Octal | 361 | 167 | 260 | 0 | 63 | 33 | 5 | 514 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10110000 | 0 | 110011 | 11011 | 101 | 101001100 | 1010001 | 1000111 |
Color Harmonies of #F177B0
Complementary color
Monochromatic Colors of #F177B0
Black with #F177B0
Text Example
Text Example
White with #F177B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177B0; }
p { color: rgb(241,119,176); }
H1.HeaderClassName
{
color: #F177B0;
}
.AnyTagClassName
{
color: #F177B0;
}
</style>
background-color css
<style>
a { background-color: #F177B0; }
a { background-color: rgb(241,119,176); }
div.DivClassName
{
background-color: #F177B0;
}
.BgClassName
{
background-color: #F177B0;
}
</style>
border-color css
<style>
span { border-color: #F177B0; }
span { border-color: rgb(241,119,176); }
td.TdClassName
{
border-color: #F177B0;
}
.TagClassName
{
border-color: #F177B0;
}
</style>