Shades of Pale Magenta #F27ADE
Tints of Pale Magenta #F27ADE
RGB
CMYK
RGB Variations
Color information
#F27ADE (or 0xF27ADE) is known color: Pale Magenta. HEX triplet: F2, 7A and DE. RGB value is (242,122,222). Sum of RGB (Red+Green+Blue) = 242+122+222=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ADE is #0D8521. Grayscale: #A9A9A9. Windows color (decimal): -886050 or 14580466. OLE color: 14580466.
HSL color Cylindrical-coordinate representation of color #F27ADE: hue angle of 310º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F27ADE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 222 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.05 |
| HSL | 310º | 0.82% | 0.71% | - |
| HSV(B) | 310º | 0.5% | 0.95% | - |
| XYZ | 56.76 | 38.07 | 73.46 | - |
| YUV | 169.28 | 157.76 | 179.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 222 | 0 | 0.50 | 0.08 | 0.05 | 310 | 0.82 | 0.71 |
| Hex | F2 | 7A | DE | 0 | 32 | 8 | 5 | 136 | 52 | 47 |
| Octal | 362 | 172 | 336 | 0 | 62 | 10 | 5 | 466 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11011110 | 0 | 110010 | 1000 | 101 | 100110110 | 1010010 | 1000111 |
Color Harmonies of #F27ADE
Complementary color
Monochromatic Colors of #F27ADE
Black with #F27ADE
Text Example
Text Example
White with #F27ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ADE; }
p { color: rgb(242,122,222); }
H1.HeaderClassName
{
color: #F27ADE;
}
.AnyTagClassName
{
color: #F27ADE;
}
</style>
background-color css
<style>
a { background-color: #F27ADE; }
a { background-color: rgb(242,122,222); }
div.DivClassName
{
background-color: #F27ADE;
}
.BgClassName
{
background-color: #F27ADE;
}
</style>
border-color css
<style>
span { border-color: #F27ADE; }
span { border-color: rgb(242,122,222); }
td.TdClassName
{
border-color: #F27ADE;
}
.TagClassName
{
border-color: #F27ADE;
}
</style>