Shades of Persian Pink #F37EBF
Tints of Persian Pink #F37EBF
RGB
CMYK
RGB Variations
Color information
#F37EBF (or 0xF37EBF) is known color: Persian Pink. HEX triplet: F3, 7E and BF. RGB value is (243,126,191). Sum of RGB (Red+Green+Blue) = 243+126+191=560 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.39% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 243 - color contains mainly: red. Hex color #F37EBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F37EBF is #0C8140. Grayscale: #A8A8A8. Windows color (decimal): -819521 or 12549875. OLE color: 12549875.
HSL color Cylindrical-coordinate representation of color #F37EBF: hue angle of 326.67º degrees, saturation: 0.83, 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 #F37EBF is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 126 | 191 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.05 |
| HSL | 326.67º | 0.83% | 0.72% | - |
| HSV(B) | 326.67º | 0.48% | 0.95% | - |
| XYZ | 53.83 | 37.74 | 53.74 | - |
| YUV | 168.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 126 | 191 | 0 | 0.48 | 0.21 | 0.05 | 326.67 | 0.83 | 0.72 |
| Hex | F3 | 7E | BF | 0 | 30 | 15 | 5 | 147 | 53 | 48 |
| Octal | 363 | 176 | 277 | 0 | 60 | 25 | 5 | 507 | 123 | 110 |
| Binary | 11110011 | 1111110 | 10111111 | 0 | 110000 | 10101 | 101 | 101000111 | 1010011 | 1001000 |
Color Harmonies of #F37EBF
Complementary color
Monochromatic Colors of #F37EBF
Black with #F37EBF
Text Example
Text Example
White with #F37EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37EBF; }
p { color: rgb(243,126,191); }
H1.HeaderClassName
{
color: #F37EBF;
}
.AnyTagClassName
{
color: #F37EBF;
}
</style>
background-color css
<style>
a { background-color: #F37EBF; }
a { background-color: rgb(243,126,191); }
div.DivClassName
{
background-color: #F37EBF;
}
.BgClassName
{
background-color: #F37EBF;
}
</style>
border-color css
<style>
span { border-color: #F37EBF; }
span { border-color: rgb(243,126,191); }
td.TdClassName
{
border-color: #F37EBF;
}
.TagClassName
{
border-color: #F37EBF;
}
</style>