Shades of Persian Pink #F27EBA
Tints of Persian Pink #F27EBA
RGB
CMYK
RGB Variations
Color information
#F27EBA (or 0xF27EBA) is known color: Persian Pink. HEX triplet: F2, 7E and BA. RGB value is (242,126,186). Sum of RGB (Red+Green+Blue) = 242+126+186=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 126 (49.61% from 255 or 22.74% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 242 - color contains mainly: red. Hex color #F27EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27EBA is #0D8145. Grayscale: #A7A7A7. Windows color (decimal): -885062 or 12222194. OLE color: 12222194.
HSL color Cylindrical-coordinate representation of color #F27EBA: hue angle of 328.97º degrees, saturation: 0.82, 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 #F27EBA is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 126 | 186 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.05 |
| HSL | 328.97º | 0.82% | 0.72% | - |
| HSV(B) | 328.97º | 0.48% | 0.95% | - |
| XYZ | 52.94 | 37.34 | 50.87 | - |
| YUV | 167.52 | 138.43 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 126 | 186 | 0 | 0.48 | 0.23 | 0.05 | 328.97 | 0.82 | 0.72 |
| Hex | F2 | 7E | BA | 0 | 30 | 17 | 5 | 149 | 52 | 48 |
| Octal | 362 | 176 | 272 | 0 | 60 | 27 | 5 | 511 | 122 | 110 |
| Binary | 11110010 | 1111110 | 10111010 | 0 | 110000 | 10111 | 101 | 101001001 | 1010010 | 1001000 |
Color Harmonies of #F27EBA
Complementary color
Monochromatic Colors of #F27EBA
Black with #F27EBA
Text Example
Text Example
White with #F27EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27EBA; }
p { color: rgb(242,126,186); }
H1.HeaderClassName
{
color: #F27EBA;
}
.AnyTagClassName
{
color: #F27EBA;
}
</style>
background-color css
<style>
a { background-color: #F27EBA; }
a { background-color: rgb(242,126,186); }
div.DivClassName
{
background-color: #F27EBA;
}
.BgClassName
{
background-color: #F27EBA;
}
</style>
border-color css
<style>
span { border-color: #F27EBA; }
span { border-color: rgb(242,126,186); }
td.TdClassName
{
border-color: #F27EBA;
}
.TagClassName
{
border-color: #F27EBA;
}
</style>