Shades of Persian Pink #F17FBC
Tints of Persian Pink #F17FBC
RGB
CMYK
RGB Variations
Color information
#F17FBC (or 0xF17FBC) is known color: Persian Pink. HEX triplet: F1, 7F and BC. RGB value is (241,127,188). Sum of RGB (Red+Green+Blue) = 241+127+188=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FBC is #0E8043. Grayscale: #A7A7A7. Windows color (decimal): -950340 or 12353521. OLE color: 12353521.
HSL color Cylindrical-coordinate representation of color #F17FBC: hue angle of 327.89º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FBC is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 188 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.05 |
| HSL | 327.89º | 0.8% | 0.72% | - |
| HSV(B) | 327.89º | 0.47% | 0.95% | - |
| XYZ | 52.94 | 37.51 | 52.03 | - |
| YUV | 168.04 | 139.27 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 188 | 0 | 0.47 | 0.22 | 0.05 | 327.89 | 0.8 | 0.72 |
| Hex | F1 | 7F | BC | 0 | 2F | 16 | 5 | 148 | 50 | 48 |
| Octal | 361 | 177 | 274 | 0 | 57 | 26 | 5 | 510 | 120 | 110 |
| Binary | 11110001 | 1111111 | 10111100 | 0 | 101111 | 10110 | 101 | 101001000 | 1010000 | 1001000 |
Color Harmonies of #F17FBC
Complementary color
Monochromatic Colors of #F17FBC
Black with #F17FBC
Text Example
Text Example
White with #F17FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FBC; }
p { color: rgb(241,127,188); }
H1.HeaderClassName
{
color: #F17FBC;
}
.AnyTagClassName
{
color: #F17FBC;
}
</style>
background-color css
<style>
a { background-color: #F17FBC; }
a { background-color: rgb(241,127,188); }
div.DivClassName
{
background-color: #F17FBC;
}
.BgClassName
{
background-color: #F17FBC;
}
</style>
border-color css
<style>
span { border-color: #F17FBC; }
span { border-color: rgb(241,127,188); }
td.TdClassName
{
border-color: #F17FBC;
}
.TagClassName
{
border-color: #F17FBC;
}
</style>