Shades of Pale Magenta #F27FDD
Tints of Pale Magenta #F27FDD
RGB
CMYK
RGB Variations
Color information
#F27FDD (or 0xF27FDD) is known color: Pale Magenta. HEX triplet: F2, 7F and DD. RGB value is (242,127,221). Sum of RGB (Red+Green+Blue) = 242+127+221=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 242 - color contains mainly: red. Hex color #F27FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27FDD is #0D8022. Grayscale: #ABABAB. Windows color (decimal): -884771 or 14516210. OLE color: 14516210.
HSL color Cylindrical-coordinate representation of color #F27FDD: hue angle of 310.96º 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 #F27FDD is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 127 | 221 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.05 |
| HSL | 310.96º | 0.82% | 0.72% | - |
| HSV(B) | 310.96º | 0.48% | 0.95% | - |
| XYZ | 57.26 | 39.28 | 72.97 | - |
| YUV | 172.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 127 | 221 | 0 | 0.48 | 0.09 | 0.05 | 310.96 | 0.82 | 0.72 |
| Hex | F2 | 7F | DD | 0 | 30 | 9 | 5 | 137 | 52 | 48 |
| Octal | 362 | 177 | 335 | 0 | 60 | 11 | 5 | 467 | 122 | 110 |
| Binary | 11110010 | 1111111 | 11011101 | 0 | 110000 | 1001 | 101 | 100110111 | 1010010 | 1001000 |
Color Harmonies of #F27FDD
Complementary color
Monochromatic Colors of #F27FDD
Black with #F27FDD
Text Example
Text Example
White with #F27FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27FDD; }
p { color: rgb(242,127,221); }
H1.HeaderClassName
{
color: #F27FDD;
}
.AnyTagClassName
{
color: #F27FDD;
}
</style>
background-color css
<style>
a { background-color: #F27FDD; }
a { background-color: rgb(242,127,221); }
div.DivClassName
{
background-color: #F27FDD;
}
.BgClassName
{
background-color: #F27FDD;
}
</style>
border-color css
<style>
span { border-color: #F27FDD; }
span { border-color: rgb(242,127,221); }
td.TdClassName
{
border-color: #F27FDD;
}
.TagClassName
{
border-color: #F27FDD;
}
</style>