Shades of Persian Pink #F27CC0
Tints of Persian Pink #F27CC0
RGB
CMYK
RGB Variations
Color information
#F27CC0 (or 0xF27CC0) is known color: Persian Pink. HEX triplet: F2, 7C and C0. RGB value is (242,124,192). Sum of RGB (Red+Green+Blue) = 242+124+192=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 192 (75.39% from 255 or 34.41% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27CC0 is #0D833F. Grayscale: #A6A6A6. Windows color (decimal): -885568 or 12614898. OLE color: 12614898.
HSL color Cylindrical-coordinate representation of color #F27CC0: hue angle of 325.42º 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 #F27CC0 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 192 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.05 |
| HSL | 325.42º | 0.82% | 0.72% | - |
| HSV(B) | 325.42º | 0.49% | 0.95% | - |
| XYZ | 53.34 | 37.1 | 54.22 | - |
| YUV | 167.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 192 | 0 | 0.49 | 0.21 | 0.05 | 325.42 | 0.82 | 0.72 |
| Hex | F2 | 7C | C0 | 0 | 31 | 15 | 5 | 145 | 52 | 48 |
| Octal | 362 | 174 | 300 | 0 | 61 | 25 | 5 | 505 | 122 | 110 |
| Binary | 11110010 | 1111100 | 11000000 | 0 | 110001 | 10101 | 101 | 101000101 | 1010010 | 1001000 |
Color Harmonies of #F27CC0
Complementary color
Monochromatic Colors of #F27CC0
Black with #F27CC0
Text Example
Text Example
White with #F27CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CC0; }
p { color: rgb(242,124,192); }
H1.HeaderClassName
{
color: #F27CC0;
}
.AnyTagClassName
{
color: #F27CC0;
}
</style>
background-color css
<style>
a { background-color: #F27CC0; }
a { background-color: rgb(242,124,192); }
div.DivClassName
{
background-color: #F27CC0;
}
.BgClassName
{
background-color: #F27CC0;
}
</style>
border-color css
<style>
span { border-color: #F27CC0; }
span { border-color: rgb(242,124,192); }
td.TdClassName
{
border-color: #F27CC0;
}
.TagClassName
{
border-color: #F27CC0;
}
</style>