Shades of Persian Pink #F07EC1
Tints of Persian Pink #F07EC1
RGB
CMYK
RGB Variations
Color information
#F07EC1 (or 0xF07EC1) is known color: Persian Pink. HEX triplet: F0, 7E and C1. RGB value is (240,126,193). Sum of RGB (Red+Green+Blue) = 240+126+193=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F07EC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F07EC1 is #0F813E. Grayscale: #A7A7A7. Windows color (decimal): -1016127 or 12680944. OLE color: 12680944.
HSL color Cylindrical-coordinate representation of color #F07EC1: hue angle of 324.74º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F07EC1 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 193 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.06 |
| HSL | 324.74º | 0.79% | 0.72% | - |
| HSV(B) | 324.74º | 0.48% | 0.94% | - |
| XYZ | 53.02 | 37.3 | 54.86 | - |
| YUV | 167.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 193 | 0 | 0.48 | 0.20 | 0.06 | 324.74 | 0.79 | 0.72 |
| Hex | F0 | 7E | C1 | 0 | 30 | 14 | 6 | 145 | 4F | 48 |
| Octal | 360 | 176 | 301 | 0 | 60 | 24 | 6 | 505 | 117 | 110 |
| Binary | 11110000 | 1111110 | 11000001 | 0 | 110000 | 10100 | 110 | 101000101 | 1001111 | 1001000 |
Color Harmonies of #F07EC1
Complementary color
Monochromatic Colors of #F07EC1
Black with #F07EC1
Text Example
Text Example
White with #F07EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07EC1; }
p { color: rgb(240,126,193); }
H1.HeaderClassName
{
color: #F07EC1;
}
.AnyTagClassName
{
color: #F07EC1;
}
</style>
background-color css
<style>
a { background-color: #F07EC1; }
a { background-color: rgb(240,126,193); }
div.DivClassName
{
background-color: #F07EC1;
}
.BgClassName
{
background-color: #F07EC1;
}
</style>
border-color css
<style>
span { border-color: #F07EC1; }
span { border-color: rgb(240,126,193); }
td.TdClassName
{
border-color: #F07EC1;
}
.TagClassName
{
border-color: #F07EC1;
}
</style>