Shades of Persian Pink #F177C3
Tints of Persian Pink #F177C3
RGB
CMYK
RGB Variations
Color information
#F177C3 (or 0xF177C3) is known color: Persian Pink. HEX triplet: F1, 77 and C3. RGB value is (241,119,195). Sum of RGB (Red+Green+Blue) = 241+119+195=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F177C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177C3 is #0E883C. Grayscale: #A3A3A3. Windows color (decimal): -952381 or 12810225. OLE color: 12810225.
HSL color Cylindrical-coordinate representation of color #F177C3: hue angle of 322.62º 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 #F177C3 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 195 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.05 |
| HSL | 322.62º | 0.81% | 0.71% | - |
| HSV(B) | 322.62º | 0.51% | 0.95% | - |
| XYZ | 52.72 | 35.83 | 55.77 | - |
| YUV | 164.14 | 145.42 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 195 | 0 | 0.51 | 0.19 | 0.05 | 322.62 | 0.81 | 0.71 |
| Hex | F1 | 77 | C3 | 0 | 33 | 13 | 5 | 143 | 51 | 47 |
| Octal | 361 | 167 | 303 | 0 | 63 | 23 | 5 | 503 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11000011 | 0 | 110011 | 10011 | 101 | 101000011 | 1010001 | 1000111 |
Color Harmonies of #F177C3
Complementary color
Monochromatic Colors of #F177C3
Black with #F177C3
Text Example
Text Example
White with #F177C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177C3; }
p { color: rgb(241,119,195); }
H1.HeaderClassName
{
color: #F177C3;
}
.AnyTagClassName
{
color: #F177C3;
}
</style>
background-color css
<style>
a { background-color: #F177C3; }
a { background-color: rgb(241,119,195); }
div.DivClassName
{
background-color: #F177C3;
}
.BgClassName
{
background-color: #F177C3;
}
</style>
border-color css
<style>
span { border-color: #F177C3; }
span { border-color: rgb(241,119,195); }
td.TdClassName
{
border-color: #F177C3;
}
.TagClassName
{
border-color: #F177C3;
}
</style>