Shades of Persian Pink #F27DBF
Tints of Persian Pink #F27DBF
RGB
CMYK
RGB Variations
Color information
#F27DBF (or 0xF27DBF) is known color: Persian Pink. HEX triplet: F2, 7D and BF. RGB value is (242,125,191). Sum of RGB (Red+Green+Blue) = 242+125+191=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DBF is #0D8240. Grayscale: #A7A7A7. Windows color (decimal): -885313 or 12549618. OLE color: 12549618.
HSL color Cylindrical-coordinate representation of color #F27DBF: hue angle of 326.15º 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 #F27DBF is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 191 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.05 |
| HSL | 326.15º | 0.82% | 0.72% | - |
| HSV(B) | 326.15º | 0.48% | 0.95% | - |
| XYZ | 53.36 | 37.31 | 53.68 | - |
| YUV | 167.51 | 141.26 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 191 | 0 | 0.48 | 0.21 | 0.05 | 326.15 | 0.82 | 0.72 |
| Hex | F2 | 7D | BF | 0 | 30 | 15 | 5 | 146 | 52 | 48 |
| Octal | 362 | 175 | 277 | 0 | 60 | 25 | 5 | 506 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10111111 | 0 | 110000 | 10101 | 101 | 101000110 | 1010010 | 1001000 |
Color Harmonies of #F27DBF
Complementary color
Monochromatic Colors of #F27DBF
Black with #F27DBF
Text Example
Text Example
White with #F27DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DBF; }
p { color: rgb(242,125,191); }
H1.HeaderClassName
{
color: #F27DBF;
}
.AnyTagClassName
{
color: #F27DBF;
}
</style>
background-color css
<style>
a { background-color: #F27DBF; }
a { background-color: rgb(242,125,191); }
div.DivClassName
{
background-color: #F27DBF;
}
.BgClassName
{
background-color: #F27DBF;
}
</style>
border-color css
<style>
span { border-color: #F27DBF; }
span { border-color: rgb(242,125,191); }
td.TdClassName
{
border-color: #F27DBF;
}
.TagClassName
{
border-color: #F27DBF;
}
</style>