Shades of Persian Pink #F176B1
Tints of Persian Pink #F176B1
RGB
CMYK
RGB Variations
Color information
#F176B1 (or 0xF176B1) is known color: Persian Pink. HEX triplet: F1, 76 and B1. RGB value is (241,118,177). Sum of RGB (Red+Green+Blue) = 241+118+177=536 (70% of max value = 765). Red value is 241 (94.53% from 255 or 44.96% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 177 (69.53% from 255 or 33.02% from 536); Max value from RGB is 241 - color contains mainly: red. Hex color #F176B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F176B1 is #0E894E. Grayscale: #A1A1A1. Windows color (decimal): -952655 or 11630321. OLE color: 11630321.
HSL color Cylindrical-coordinate representation of color #F176B1: hue angle of 331.22º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F176B1 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 177 | - |
| CMYK | 0 | 0.51 | 0.27 | 0.05 |
| HSL | 331.22º | 0.81% | 0.7% | - |
| HSV(B) | 331.22º | 0.51% | 0.95% | - |
| XYZ | 50.69 | 34.83 | 45.65 | - |
| YUV | 161.5 | 136.75 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 177 | 0 | 0.51 | 0.27 | 0.05 | 331.22 | 0.81 | 0.7 |
| Hex | F1 | 76 | B1 | 0 | 33 | 1B | 5 | 14B | 51 | 46 |
| Octal | 361 | 166 | 261 | 0 | 63 | 33 | 5 | 513 | 121 | 106 |
| Binary | 11110001 | 1110110 | 10110001 | 0 | 110011 | 11011 | 101 | 101001011 | 1010001 | 1000110 |
Color Harmonies of #F176B1
Complementary color
Monochromatic Colors of #F176B1
Black with #F176B1
Text Example
Text Example
White with #F176B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F176B1; }
p { color: rgb(241,118,177); }
H1.HeaderClassName
{
color: #F176B1;
}
.AnyTagClassName
{
color: #F176B1;
}
</style>
background-color css
<style>
a { background-color: #F176B1; }
a { background-color: rgb(241,118,177); }
div.DivClassName
{
background-color: #F176B1;
}
.BgClassName
{
background-color: #F176B1;
}
</style>
border-color css
<style>
span { border-color: #F176B1; }
span { border-color: rgb(241,118,177); }
td.TdClassName
{
border-color: #F176B1;
}
.TagClassName
{
border-color: #F176B1;
}
</style>