Shades of Pale Magenta #F27AD8
Tints of Pale Magenta #F27AD8
RGB
CMYK
RGB Variations
Color information
#F27AD8 (or 0xF27AD8) is known color: Pale Magenta. HEX triplet: F2, 7A and D8. RGB value is (242,122,216). Sum of RGB (Red+Green+Blue) = 242+122+216=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 216 (84.77% from 255 or 37.24% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F27AD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27AD8 is #0D8527. Grayscale: #A8A8A8. Windows color (decimal): -886056 or 14187250. OLE color: 14187250.
HSL color Cylindrical-coordinate representation of color #F27AD8: hue angle of 313º 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 #F27AD8 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 216 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.05 |
| HSL | 313º | 0.82% | 0.71% | - |
| HSV(B) | 313º | 0.5% | 0.95% | - |
| XYZ | 55.97 | 37.75 | 69.3 | - |
| YUV | 168.6 | 154.76 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 216 | 0 | 0.50 | 0.11 | 0.05 | 313 | 0.82 | 0.71 |
| Hex | F2 | 7A | D8 | 0 | 32 | B | 5 | 139 | 52 | 47 |
| Octal | 362 | 172 | 330 | 0 | 62 | 13 | 5 | 471 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11011000 | 0 | 110010 | 1011 | 101 | 100111001 | 1010010 | 1000111 |
Color Harmonies of #F27AD8
Complementary color
Monochromatic Colors of #F27AD8
Black with #F27AD8
Text Example
Text Example
White with #F27AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27AD8; }
p { color: rgb(242,122,216); }
H1.HeaderClassName
{
color: #F27AD8;
}
.AnyTagClassName
{
color: #F27AD8;
}
</style>
background-color css
<style>
a { background-color: #F27AD8; }
a { background-color: rgb(242,122,216); }
div.DivClassName
{
background-color: #F27AD8;
}
.BgClassName
{
background-color: #F27AD8;
}
</style>
border-color css
<style>
span { border-color: #F27AD8; }
span { border-color: rgb(242,122,216); }
td.TdClassName
{
border-color: #F27AD8;
}
.TagClassName
{
border-color: #F27AD8;
}
</style>