Shades of Persian Pink #F17DC0
Tints of Persian Pink #F17DC0
RGB
CMYK
RGB Variations
Color information
#F17DC0 (or 0xF17DC0) is known color: Persian Pink. HEX triplet: F1, 7D and C0. RGB value is (241,125,192). Sum of RGB (Red+Green+Blue) = 241+125+192=558 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.19% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DC0 is #0E823F. Grayscale: #A7A7A7. Windows color (decimal): -950848 or 12615153. OLE color: 12615153.
HSL color Cylindrical-coordinate representation of color #F17DC0: hue angle of 325.34º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DC0 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 192 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.05 |
| HSL | 325.34º | 0.81% | 0.72% | - |
| HSV(B) | 325.34º | 0.48% | 0.95% | - |
| XYZ | 53.12 | 37.17 | 54.24 | - |
| YUV | 167.32 | 141.93 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 192 | 0 | 0.48 | 0.20 | 0.05 | 325.34 | 0.81 | 0.72 |
| Hex | F1 | 7D | C0 | 0 | 30 | 14 | 5 | 145 | 51 | 48 |
| Octal | 361 | 175 | 300 | 0 | 60 | 24 | 5 | 505 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11000000 | 0 | 110000 | 10100 | 101 | 101000101 | 1010001 | 1001000 |
Color Harmonies of #F17DC0
Complementary color
Monochromatic Colors of #F17DC0
Black with #F17DC0
Text Example
Text Example
White with #F17DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DC0; }
p { color: rgb(241,125,192); }
H1.HeaderClassName
{
color: #F17DC0;
}
.AnyTagClassName
{
color: #F17DC0;
}
</style>
background-color css
<style>
a { background-color: #F17DC0; }
a { background-color: rgb(241,125,192); }
div.DivClassName
{
background-color: #F17DC0;
}
.BgClassName
{
background-color: #F17DC0;
}
</style>
border-color css
<style>
span { border-color: #F17DC0; }
span { border-color: rgb(241,125,192); }
td.TdClassName
{
border-color: #F17DC0;
}
.TagClassName
{
border-color: #F17DC0;
}
</style>