Shades of Persian Pink #F177BC
Tints of Persian Pink #F177BC
RGB
CMYK
RGB Variations
Color information
#F177BC (or 0xF177BC) is known color: Persian Pink. HEX triplet: F1, 77 and BC. RGB value is (241,119,188). Sum of RGB (Red+Green+Blue) = 241+119+188=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F177BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177BC is #0E8843. Grayscale: #A3A3A3. Windows color (decimal): -952388 or 12351473. OLE color: 12351473.
HSL color Cylindrical-coordinate representation of color #F177BC: hue angle of 326.07º 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 #F177BC is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 188 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.05 |
| HSL | 326.07º | 0.81% | 0.71% | - |
| HSV(B) | 326.07º | 0.51% | 0.95% | - |
| XYZ | 51.95 | 35.53 | 51.7 | - |
| YUV | 163.34 | 141.92 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 188 | 0 | 0.51 | 0.22 | 0.05 | 326.07 | 0.81 | 0.71 |
| Hex | F1 | 77 | BC | 0 | 33 | 16 | 5 | 146 | 51 | 47 |
| Octal | 361 | 167 | 274 | 0 | 63 | 26 | 5 | 506 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10111100 | 0 | 110011 | 10110 | 101 | 101000110 | 1010001 | 1000111 |
Color Harmonies of #F177BC
Complementary color
Monochromatic Colors of #F177BC
Black with #F177BC
Text Example
Text Example
White with #F177BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177BC; }
p { color: rgb(241,119,188); }
H1.HeaderClassName
{
color: #F177BC;
}
.AnyTagClassName
{
color: #F177BC;
}
</style>
background-color css
<style>
a { background-color: #F177BC; }
a { background-color: rgb(241,119,188); }
div.DivClassName
{
background-color: #F177BC;
}
.BgClassName
{
background-color: #F177BC;
}
</style>
border-color css
<style>
span { border-color: #F177BC; }
span { border-color: rgb(241,119,188); }
td.TdClassName
{
border-color: #F177BC;
}
.TagClassName
{
border-color: #F177BC;
}
</style>