Shades of Pale Magenta #F18ADE
Tints of Pale Magenta #F18ADE
RGB
CMYK
RGB Variations
Color information
#F18ADE (or 0xF18ADE) is known color: Pale Magenta. HEX triplet: F1, 8A and DE. RGB value is (241,138,222). Sum of RGB (Red+Green+Blue) = 241+138+222=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 138 (54.30% from 255 or 22.96% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ADE is #0E7521. Grayscale: #B2B2B2. Windows color (decimal): -947490 or 14584561. OLE color: 14584561.
HSL color Cylindrical-coordinate representation of color #F18ADE: hue angle of 311.07º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F18ADE is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 222 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.05 |
| HSL | 311.07º | 0.79% | 0.74% | - |
| HSV(B) | 311.07º | 0.43% | 0.95% | - |
| XYZ | 58.55 | 42.15 | 74.16 | - |
| YUV | 178.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 222 | 0 | 0.43 | 0.08 | 0.05 | 311.07 | 0.79 | 0.74 |
| Hex | F1 | 8A | DE | 0 | 2B | 8 | 5 | 137 | 4F | 4A |
| Octal | 361 | 212 | 336 | 0 | 53 | 10 | 5 | 467 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11011110 | 0 | 101011 | 1000 | 101 | 100110111 | 1001111 | 1001010 |
Color Harmonies of #F18ADE
Complementary color
Monochromatic Colors of #F18ADE
Black with #F18ADE
Text Example
Text Example
White with #F18ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ADE; }
p { color: rgb(241,138,222); }
H1.HeaderClassName
{
color: #F18ADE;
}
.AnyTagClassName
{
color: #F18ADE;
}
</style>
background-color css
<style>
a { background-color: #F18ADE; }
a { background-color: rgb(241,138,222); }
div.DivClassName
{
background-color: #F18ADE;
}
.BgClassName
{
background-color: #F18ADE;
}
</style>
border-color css
<style>
span { border-color: #F18ADE; }
span { border-color: rgb(241,138,222); }
td.TdClassName
{
border-color: #F18ADE;
}
.TagClassName
{
border-color: #F18ADE;
}
</style>