Shades of Persian Pink #F173C0
Tints of Persian Pink #F173C0
RGB
CMYK
RGB Variations
Color information
#F173C0 (or 0xF173C0) is known color: Persian Pink. HEX triplet: F1, 73 and C0. RGB value is (241,115,192). Sum of RGB (Red+Green+Blue) = 241+115+192=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F173C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173C0 is #0E8C3F. Grayscale: #A1A1A1. Windows color (decimal): -953408 or 12612593. OLE color: 12612593.
HSL color Cylindrical-coordinate representation of color #F173C0: hue angle of 323.33º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173C0 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 192 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.05 |
| HSL | 323.33º | 0.82% | 0.7% | - |
| HSV(B) | 323.33º | 0.52% | 0.95% | - |
| XYZ | 51.92 | 34.77 | 53.84 | - |
| YUV | 161.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 192 | 0 | 0.52 | 0.20 | 0.05 | 323.33 | 0.82 | 0.7 |
| Hex | F1 | 73 | C0 | 0 | 34 | 14 | 5 | 143 | 52 | 46 |
| Octal | 361 | 163 | 300 | 0 | 64 | 24 | 5 | 503 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11000000 | 0 | 110100 | 10100 | 101 | 101000011 | 1010010 | 1000110 |
Color Harmonies of #F173C0
Complementary color
Monochromatic Colors of #F173C0
Black with #F173C0
Text Example
Text Example
White with #F173C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173C0; }
p { color: rgb(241,115,192); }
H1.HeaderClassName
{
color: #F173C0;
}
.AnyTagClassName
{
color: #F173C0;
}
</style>
background-color css
<style>
a { background-color: #F173C0; }
a { background-color: rgb(241,115,192); }
div.DivClassName
{
background-color: #F173C0;
}
.BgClassName
{
background-color: #F173C0;
}
</style>
border-color css
<style>
span { border-color: #F173C0; }
span { border-color: rgb(241,115,192); }
td.TdClassName
{
border-color: #F173C0;
}
.TagClassName
{
border-color: #F173C0;
}
</style>