Shades of Persian Pink #F27DB6
Tints of Persian Pink #F27DB6
RGB
CMYK
RGB Variations
Color information
#F27DB6 (or 0xF27DB6) is known color: Persian Pink. HEX triplet: F2, 7D and B6. RGB value is (242,125,182). Sum of RGB (Red+Green+Blue) = 242+125+182=549 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.08% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 182 (71.48% from 255 or 33.15% from 549); Max value from RGB is 242 - color contains mainly: red. Hex color #F27DB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27DB6 is #0D8249. Grayscale: #A6A6A6. Windows color (decimal): -885322 or 11959794. OLE color: 11959794.
HSL color Cylindrical-coordinate representation of color #F27DB6: hue angle of 330.77º 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 #F27DB6 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 125 | 182 | - |
| CMYK | 0 | 0.48 | 0.25 | 0.05 |
| HSL | 330.77º | 0.82% | 0.72% | - |
| HSV(B) | 330.77º | 0.48% | 0.95% | - |
| XYZ | 52.4 | 36.92 | 48.62 | - |
| YUV | 166.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 125 | 182 | 0 | 0.48 | 0.25 | 0.05 | 330.77 | 0.82 | 0.72 |
| Hex | F2 | 7D | B6 | 0 | 30 | 19 | 5 | 14B | 52 | 48 |
| Octal | 362 | 175 | 266 | 0 | 60 | 31 | 5 | 513 | 122 | 110 |
| Binary | 11110010 | 1111101 | 10110110 | 0 | 110000 | 11001 | 101 | 101001011 | 1010010 | 1001000 |
Color Harmonies of #F27DB6
Complementary color
Monochromatic Colors of #F27DB6
Black with #F27DB6
Text Example
Text Example
White with #F27DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27DB6; }
p { color: rgb(242,125,182); }
H1.HeaderClassName
{
color: #F27DB6;
}
.AnyTagClassName
{
color: #F27DB6;
}
</style>
background-color css
<style>
a { background-color: #F27DB6; }
a { background-color: rgb(242,125,182); }
div.DivClassName
{
background-color: #F27DB6;
}
.BgClassName
{
background-color: #F27DB6;
}
</style>
border-color css
<style>
span { border-color: #F27DB6; }
span { border-color: rgb(242,125,182); }
td.TdClassName
{
border-color: #F27DB6;
}
.TagClassName
{
border-color: #F27DB6;
}
</style>