Shades of Persian Pink #F17DB6
Tints of Persian Pink #F17DB6
RGB
CMYK
RGB Variations
Color information
#F17DB6 (or 0xF17DB6) is known color: Persian Pink. HEX triplet: F1, 7D and B6. RGB value is (241,125,182). Sum of RGB (Red+Green+Blue) = 241+125+182=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DB6 is #0E8249. Grayscale: #A6A6A6. Windows color (decimal): -950858 or 11959793. OLE color: 11959793.
HSL color Cylindrical-coordinate representation of color #F17DB6: hue angle of 330.52º 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 #F17DB6 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 182 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.05 |
| HSL | 330.52º | 0.81% | 0.72% | - |
| HSV(B) | 330.52º | 0.48% | 0.95% | - |
| XYZ | 52.05 | 36.75 | 48.61 | - |
| YUV | 166.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 182 | 0 | 0.48 | 0.24 | 0.05 | 330.52 | 0.81 | 0.72 |
| Hex | F1 | 7D | B6 | 0 | 30 | 18 | 5 | 14B | 51 | 48 |
| Octal | 361 | 175 | 266 | 0 | 60 | 30 | 5 | 513 | 121 | 110 |
| Binary | 11110001 | 1111101 | 10110110 | 0 | 110000 | 11000 | 101 | 101001011 | 1010001 | 1001000 |
Color Harmonies of #F17DB6
Complementary color
Monochromatic Colors of #F17DB6
Black with #F17DB6
Text Example
Text Example
White with #F17DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DB6; }
p { color: rgb(241,125,182); }
H1.HeaderClassName
{
color: #F17DB6;
}
.AnyTagClassName
{
color: #F17DB6;
}
</style>
background-color css
<style>
a { background-color: #F17DB6; }
a { background-color: rgb(241,125,182); }
div.DivClassName
{
background-color: #F17DB6;
}
.BgClassName
{
background-color: #F17DB6;
}
</style>
border-color css
<style>
span { border-color: #F17DB6; }
span { border-color: rgb(241,125,182); }
td.TdClassName
{
border-color: #F17DB6;
}
.TagClassName
{
border-color: #F17DB6;
}
</style>