Shades of Persian Pink #F27CB0
Tints of Persian Pink #F27CB0
RGB
CMYK
RGB Variations
Color information
#F27CB0 (or 0xF27CB0) is known color: Persian Pink. HEX triplet: F2, 7C and B0. RGB value is (242,124,176). Sum of RGB (Red+Green+Blue) = 242+124+176=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 124 (48.83% from 255 or 22.88% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F27CB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F27CB0 is #0D834F. Grayscale: #A5A5A5. Windows color (decimal): -885584 or 11566322. OLE color: 11566322.
HSL color Cylindrical-coordinate representation of color #F27CB0: hue angle of 333.56º 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 #F27CB0 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 124 | 176 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.05 |
| HSL | 333.56º | 0.82% | 0.72% | - |
| HSV(B) | 333.56º | 0.49% | 0.95% | - |
| XYZ | 51.66 | 36.43 | 45.38 | - |
| YUV | 165.21 | 134.09 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 124 | 176 | 0 | 0.49 | 0.27 | 0.05 | 333.56 | 0.82 | 0.72 |
| Hex | F2 | 7C | B0 | 0 | 31 | 1B | 5 | 14E | 52 | 48 |
| Octal | 362 | 174 | 260 | 0 | 61 | 33 | 5 | 516 | 122 | 110 |
| Binary | 11110010 | 1111100 | 10110000 | 0 | 110001 | 11011 | 101 | 101001110 | 1010010 | 1001000 |
Color Harmonies of #F27CB0
Complementary color
Monochromatic Colors of #F27CB0
Black with #F27CB0
Text Example
Text Example
White with #F27CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27CB0; }
p { color: rgb(242,124,176); }
H1.HeaderClassName
{
color: #F27CB0;
}
.AnyTagClassName
{
color: #F27CB0;
}
</style>
background-color css
<style>
a { background-color: #F27CB0; }
a { background-color: rgb(242,124,176); }
div.DivClassName
{
background-color: #F27CB0;
}
.BgClassName
{
background-color: #F27CB0;
}
</style>
border-color css
<style>
span { border-color: #F27CB0; }
span { border-color: rgb(242,124,176); }
td.TdClassName
{
border-color: #F27CB0;
}
.TagClassName
{
border-color: #F27CB0;
}
</style>