Shades of Persian Pink #F175C0
Tints of Persian Pink #F175C0
RGB
CMYK
RGB Variations
Color information
#F175C0 (or 0xF175C0) is known color: Persian Pink. HEX triplet: F1, 75 and C0. RGB value is (241,117,192). Sum of RGB (Red+Green+Blue) = 241+117+192=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 117 (46.09% from 255 or 21.27% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F175C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F175C0 is #0E8A3F. Grayscale: #A2A2A2. Windows color (decimal): -952896 or 12613105. OLE color: 12613105.
HSL color Cylindrical-coordinate representation of color #F175C0: hue angle of 323.71º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F175C0 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 192 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.05 |
| HSL | 323.71º | 0.82% | 0.7% | - |
| HSV(B) | 323.71º | 0.51% | 0.95% | - |
| XYZ | 52.15 | 35.23 | 53.92 | - |
| YUV | 162.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 192 | 0 | 0.51 | 0.20 | 0.05 | 323.71 | 0.82 | 0.7 |
| Hex | F1 | 75 | C0 | 0 | 33 | 14 | 5 | 144 | 52 | 46 |
| Octal | 361 | 165 | 300 | 0 | 63 | 24 | 5 | 504 | 122 | 106 |
| Binary | 11110001 | 1110101 | 11000000 | 0 | 110011 | 10100 | 101 | 101000100 | 1010010 | 1000110 |
Color Harmonies of #F175C0
Complementary color
Monochromatic Colors of #F175C0
Black with #F175C0
Text Example
Text Example
White with #F175C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F175C0; }
p { color: rgb(241,117,192); }
H1.HeaderClassName
{
color: #F175C0;
}
.AnyTagClassName
{
color: #F175C0;
}
</style>
background-color css
<style>
a { background-color: #F175C0; }
a { background-color: rgb(241,117,192); }
div.DivClassName
{
background-color: #F175C0;
}
.BgClassName
{
background-color: #F175C0;
}
</style>
border-color css
<style>
span { border-color: #F175C0; }
span { border-color: rgb(241,117,192); }
td.TdClassName
{
border-color: #F175C0;
}
.TagClassName
{
border-color: #F175C0;
}
</style>