Shades of Persian Pink #F177B8
Tints of Persian Pink #F177B8
RGB
CMYK
RGB Variations
Color information
#F177B8 (or 0xF177B8) is known color: Persian Pink. HEX triplet: F1, 77 and B8. RGB value is (241,119,184). Sum of RGB (Red+Green+Blue) = 241+119+184=544 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.30% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 184 (72.27% from 255 or 33.82% from 544); Max value from RGB is 241 - color contains mainly: red. Hex color #F177B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177B8 is #0E8847. Grayscale: #A2A2A2. Windows color (decimal): -952392 or 12089329. OLE color: 12089329.
HSL color Cylindrical-coordinate representation of color #F177B8: hue angle of 328.03º 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 #F177B8 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 184 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.05 |
| HSL | 328.03º | 0.81% | 0.71% | - |
| HSV(B) | 328.03º | 0.51% | 0.95% | - |
| XYZ | 51.52 | 35.36 | 49.46 | - |
| YUV | 162.89 | 139.92 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 184 | 0 | 0.51 | 0.24 | 0.05 | 328.03 | 0.81 | 0.71 |
| Hex | F1 | 77 | B8 | 0 | 33 | 18 | 5 | 148 | 51 | 47 |
| Octal | 361 | 167 | 270 | 0 | 63 | 30 | 5 | 510 | 121 | 107 |
| Binary | 11110001 | 1110111 | 10111000 | 0 | 110011 | 11000 | 101 | 101001000 | 1010001 | 1000111 |
Color Harmonies of #F177B8
Complementary color
Monochromatic Colors of #F177B8
Black with #F177B8
Text Example
Text Example
White with #F177B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177B8; }
p { color: rgb(241,119,184); }
H1.HeaderClassName
{
color: #F177B8;
}
.AnyTagClassName
{
color: #F177B8;
}
</style>
background-color css
<style>
a { background-color: #F177B8; }
a { background-color: rgb(241,119,184); }
div.DivClassName
{
background-color: #F177B8;
}
.BgClassName
{
background-color: #F177B8;
}
</style>
border-color css
<style>
span { border-color: #F177B8; }
span { border-color: rgb(241,119,184); }
td.TdClassName
{
border-color: #F177B8;
}
.TagClassName
{
border-color: #F177B8;
}
</style>