Shades of Persian Pink #F177BD
Tints of Persian Pink #F177BD
RGB
CMYK
RGB Variations
Color information
#F177BD (or 0xF177BD) is known color: Persian Pink. HEX triplet: F1, 77 and BD. RGB value is (241,119,189). Sum of RGB (Red+Green+Blue) = 241+119+189=549 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.90% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 241 - color contains mainly: red. Hex color #F177BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177BD is #0E8842. Grayscale: #A3A3A3. Windows color (decimal): -952387 or 12417009. OLE color: 12417009.
HSL color Cylindrical-coordinate representation of color #F177BD: hue angle of 325.57º 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 #F177BD is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 189 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.05 |
| HSL | 325.57º | 0.81% | 0.71% | - |
| HSV(B) | 325.57º | 0.51% | 0.95% | - |
| XYZ | 52.06 | 35.57 | 52.27 | - |
| YUV | 163.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 189 | 0 | 0.51 | 0.22 | 0.05 | 325.57 | 0.81 | 0.71 |
| Hex | F1 | 77 | BD | 0 | 33 | 16 | 5 | 146 | 51 | 47 |
| Octal | 361 | 167 | 275 | 0 | 63 | 26 | 5 | 506 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10111101 | 0 | 110011 | 10110 | 101 | 101000110 | 1010001 | 1000111 |
Color Harmonies of #F177BD
Complementary color
Monochromatic Colors of #F177BD
Black with #F177BD
Text Example
Text Example
White with #F177BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177BD; }
p { color: rgb(241,119,189); }
H1.HeaderClassName
{
color: #F177BD;
}
.AnyTagClassName
{
color: #F177BD;
}
</style>
background-color css
<style>
a { background-color: #F177BD; }
a { background-color: rgb(241,119,189); }
div.DivClassName
{
background-color: #F177BD;
}
.BgClassName
{
background-color: #F177BD;
}
</style>
border-color css
<style>
span { border-color: #F177BD; }
span { border-color: rgb(241,119,189); }
td.TdClassName
{
border-color: #F177BD;
}
.TagClassName
{
border-color: #F177BD;
}
</style>