Shades of Persian Pink #F17CC0
Tints of Persian Pink #F17CC0
RGB
CMYK
RGB Variations
Color information
#F17CC0 (or 0xF17CC0) is known color: Persian Pink. HEX triplet: F1, 7C and C0. RGB value is (241,124,192). Sum of RGB (Red+Green+Blue) = 241+124+192=557 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.27% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CC0 is #0E833F. Grayscale: #A6A6A6. Windows color (decimal): -951104 or 12614897. OLE color: 12614897.
HSL color Cylindrical-coordinate representation of color #F17CC0: hue angle of 325.13º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17CC0 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 192 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.05 |
| HSL | 325.13º | 0.81% | 0.72% | - |
| HSV(B) | 325.13º | 0.49% | 0.95% | - |
| XYZ | 53 | 36.92 | 54.2 | - |
| YUV | 166.74 | 142.26 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 192 | 0 | 0.49 | 0.20 | 0.05 | 325.13 | 0.81 | 0.72 |
| Hex | F1 | 7C | C0 | 0 | 31 | 14 | 5 | 145 | 51 | 48 |
| Octal | 361 | 174 | 300 | 0 | 61 | 24 | 5 | 505 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11000000 | 0 | 110001 | 10100 | 101 | 101000101 | 1010001 | 1001000 |
Color Harmonies of #F17CC0
Complementary color
Monochromatic Colors of #F17CC0
Black with #F17CC0
Text Example
Text Example
White with #F17CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CC0; }
p { color: rgb(241,124,192); }
H1.HeaderClassName
{
color: #F17CC0;
}
.AnyTagClassName
{
color: #F17CC0;
}
</style>
background-color css
<style>
a { background-color: #F17CC0; }
a { background-color: rgb(241,124,192); }
div.DivClassName
{
background-color: #F17CC0;
}
.BgClassName
{
background-color: #F17CC0;
}
</style>
border-color css
<style>
span { border-color: #F17CC0; }
span { border-color: rgb(241,124,192); }
td.TdClassName
{
border-color: #F17CC0;
}
.TagClassName
{
border-color: #F17CC0;
}
</style>