Shades of Persian Pink #F17EBA
Tints of Persian Pink #F17EBA
RGB
CMYK
RGB Variations
Color information
#F17EBA (or 0xF17EBA) is known color: Persian Pink. HEX triplet: F1, 7E and BA. RGB value is (241,126,186). Sum of RGB (Red+Green+Blue) = 241+126+186=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F17EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17EBA is #0E8145. Grayscale: #A7A7A7. Windows color (decimal): -950598 or 12222193. OLE color: 12222193.
HSL color Cylindrical-coordinate representation of color #F17EBA: hue angle of 328.7º degrees, saturation: 0.8, 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 #F17EBA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 186 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.05 |
| HSL | 328.7º | 0.8% | 0.72% | - |
| HSV(B) | 328.7º | 0.48% | 0.95% | - |
| XYZ | 52.6 | 37.17 | 50.86 | - |
| YUV | 167.23 | 138.6 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 186 | 0 | 0.48 | 0.23 | 0.05 | 328.7 | 0.8 | 0.72 |
| Hex | F1 | 7E | BA | 0 | 30 | 17 | 5 | 149 | 50 | 48 |
| Octal | 361 | 176 | 272 | 0 | 60 | 27 | 5 | 511 | 120 | 110 |
| Binary | 11110001 | 1111110 | 10111010 | 0 | 110000 | 10111 | 101 | 101001001 | 1010000 | 1001000 |
Color Harmonies of #F17EBA
Complementary color
Monochromatic Colors of #F17EBA
Black with #F17EBA
Text Example
Text Example
White with #F17EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17EBA; }
p { color: rgb(241,126,186); }
H1.HeaderClassName
{
color: #F17EBA;
}
.AnyTagClassName
{
color: #F17EBA;
}
</style>
background-color css
<style>
a { background-color: #F17EBA; }
a { background-color: rgb(241,126,186); }
div.DivClassName
{
background-color: #F17EBA;
}
.BgClassName
{
background-color: #F17EBA;
}
</style>
border-color css
<style>
span { border-color: #F17EBA; }
span { border-color: rgb(241,126,186); }
td.TdClassName
{
border-color: #F17EBA;
}
.TagClassName
{
border-color: #F17EBA;
}
</style>