Shades of Persian Pink #F27CBF
Tints of Persian Pink #F27CBF
RGB
CMYK
RGB Variations
Color information
#F27CBF (or 0xF27CBF) is known color: Persian Pink. HEX triplet: F2, 7C and BF. RGB value is (242,124,191). Sum of RGB (Red+Green+Blue) = 242+124+191=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CBF is #0D8340. Grayscale: #A6A6A6. Windows color (decimal): -885569 or 12549362. OLE color: 12549362.
HSL color Cylindrical-coordinate representation of color #F27CBF: hue angle of 325.93º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F27CBF is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 191 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.05 |
| HSL | 325.93º | 0.82% | 0.72% | - |
| HSV(B) | 325.93º | 0.49% | 0.95% | - |
| XYZ | 53.23 | 37.05 | 53.64 | - |
| YUV | 166.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 191 | 0 | 0.49 | 0.21 | 0.05 | 325.93 | 0.82 | 0.72 |
| Hex | F2 | 7C | BF | 0 | 31 | 15 | 5 | 146 | 52 | 48 |
| Octal | 362 | 174 | 277 | 0 | 61 | 25 | 5 | 506 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10111111 | 0 | 110001 | 10101 | 101 | 101000110 | 1010010 | 1001000 |
Color Harmonies of #F27CBF
Complementary color
Monochromatic Colors of #F27CBF
Black with #F27CBF
Text Example
Text Example
White with #F27CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CBF; }
p { color: rgb(242,124,191); }
H1.HeaderClassName
{
color: #F27CBF;
}
.AnyTagClassName
{
color: #F27CBF;
}
</style>
background-color css
<style>
a { background-color: #F27CBF; }
a { background-color: rgb(242,124,191); }
div.DivClassName
{
background-color: #F27CBF;
}
.BgClassName
{
background-color: #F27CBF;
}
</style>
border-color css
<style>
span { border-color: #F27CBF; }
span { border-color: rgb(242,124,191); }
td.TdClassName
{
border-color: #F27CBF;
}
.TagClassName
{
border-color: #F27CBF;
}
</style>