Shades of Pale Magenta #F27ADA
Tints of Pale Magenta #F27ADA
RGB
CMYK
RGB Variations
Color information
#F27ADA (or 0xF27ADA) is known color: Pale Magenta. HEX triplet: F2, 7A and DA. RGB value is (242,122,218). Sum of RGB (Red+Green+Blue) = 242+122+218=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F27ADA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F27ADA is #0D8525. Grayscale: #A8A8A8. Windows color (decimal): -886054 or 14318322. OLE color: 14318322.
HSL color Cylindrical-coordinate representation of color #F27ADA: hue angle of 312º 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 #F27ADA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 122 | 218 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.05 |
| HSL | 312º | 0.82% | 0.71% | - |
| HSV(B) | 312º | 0.5% | 0.95% | - |
| XYZ | 56.23 | 37.86 | 70.67 | - |
| YUV | 168.82 | 155.76 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 122 | 218 | 0 | 0.50 | 0.10 | 0.05 | 312 | 0.82 | 0.71 |
| Hex | F2 | 7A | DA | 0 | 32 | A | 5 | 138 | 52 | 47 |
| Octal | 362 | 172 | 332 | 0 | 62 | 12 | 5 | 470 | 122 | 107 |
| Binary | 11110010 | 1111010 | 11011010 | 0 | 110010 | 1010 | 101 | 100111000 | 1010010 | 1000111 |
Color Harmonies of #F27ADA
Complementary color
Monochromatic Colors of #F27ADA
Black with #F27ADA
Text Example
Text Example
White with #F27ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27ADA; }
p { color: rgb(242,122,218); }
H1.HeaderClassName
{
color: #F27ADA;
}
.AnyTagClassName
{
color: #F27ADA;
}
</style>
background-color css
<style>
a { background-color: #F27ADA; }
a { background-color: rgb(242,122,218); }
div.DivClassName
{
background-color: #F27ADA;
}
.BgClassName
{
background-color: #F27ADA;
}
</style>
border-color css
<style>
span { border-color: #F27ADA; }
span { border-color: rgb(242,122,218); }
td.TdClassName
{
border-color: #F27ADA;
}
.TagClassName
{
border-color: #F27ADA;
}
</style>