Shades of Pale Magenta #F27FDF
Tints of Pale Magenta #F27FDF
RGB
CMYK
RGB Variations
Color information
#F27FDF (or 0xF27FDF) is known color: Pale Magenta. HEX triplet: F2, 7F and DF. RGB value is (242,127,223). Sum of RGB (Red+Green+Blue) = 242+127+223=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 127 (50% from 255 or 21.45% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FDF is #0D8020. Grayscale: #ACACAC. Windows color (decimal): -884769 or 14647282. OLE color: 14647282.
HSL color Cylindrical-coordinate representation of color #F27FDF: hue angle of 309.91º 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 #F27FDF is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 223 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.05 |
| HSL | 309.91º | 0.82% | 0.72% | - |
| HSV(B) | 309.91º | 0.48% | 0.95% | - |
| XYZ | 57.53 | 39.38 | 74.38 | - |
| YUV | 172.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 223 | 0 | 0.48 | 0.08 | 0.05 | 309.91 | 0.82 | 0.72 |
| Hex | F2 | 7F | DF | 0 | 30 | 8 | 5 | 136 | 52 | 48 |
| Octal | 362 | 177 | 337 | 0 | 60 | 10 | 5 | 466 | 122 | 110 |
| Binary | 11110010 | 1111111 | 11011111 | 0 | 110000 | 1000 | 101 | 100110110 | 1010010 | 1001000 |
Color Harmonies of #F27FDF
Complementary color
Monochromatic Colors of #F27FDF
Black with #F27FDF
Text Example
Text Example
White with #F27FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FDF; }
p { color: rgb(242,127,223); }
H1.HeaderClassName
{
color: #F27FDF;
}
.AnyTagClassName
{
color: #F27FDF;
}
</style>
background-color css
<style>
a { background-color: #F27FDF; }
a { background-color: rgb(242,127,223); }
div.DivClassName
{
background-color: #F27FDF;
}
.BgClassName
{
background-color: #F27FDF;
}
</style>
border-color css
<style>
span { border-color: #F27FDF; }
span { border-color: rgb(242,127,223); }
td.TdClassName
{
border-color: #F27FDF;
}
.TagClassName
{
border-color: #F27FDF;
}
</style>