Shades of Pale Magenta #F18ADC
Tints of Pale Magenta #F18ADC
RGB
CMYK
RGB Variations
Color information
#F18ADC (or 0xF18ADC) is known color: Pale Magenta. HEX triplet: F1, 8A and DC. RGB value is (241,138,220). Sum of RGB (Red+Green+Blue) = 241+138+220=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 138 (54.30% from 255 or 23.04% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ADC is #0E7523. Grayscale: #B1B1B1. Windows color (decimal): -947492 or 14453489. OLE color: 14453489.
HSL color Cylindrical-coordinate representation of color #F18ADC: hue angle of 312.23º 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 #F18ADC is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 220 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.05 |
| HSL | 312.23º | 0.79% | 0.74% | - |
| HSV(B) | 312.23º | 0.43% | 0.95% | - |
| XYZ | 58.28 | 42.05 | 72.75 | - |
| YUV | 178.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 220 | 0 | 0.43 | 0.09 | 0.05 | 312.23 | 0.79 | 0.74 |
| Hex | F1 | 8A | DC | 0 | 2B | 9 | 5 | 138 | 4F | 4A |
| Octal | 361 | 212 | 334 | 0 | 53 | 11 | 5 | 470 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11011100 | 0 | 101011 | 1001 | 101 | 100111000 | 1001111 | 1001010 |
Color Harmonies of #F18ADC
Complementary color
Monochromatic Colors of #F18ADC
Black with #F18ADC
Text Example
Text Example
White with #F18ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ADC; }
p { color: rgb(241,138,220); }
H1.HeaderClassName
{
color: #F18ADC;
}
.AnyTagClassName
{
color: #F18ADC;
}
</style>
background-color css
<style>
a { background-color: #F18ADC; }
a { background-color: rgb(241,138,220); }
div.DivClassName
{
background-color: #F18ADC;
}
.BgClassName
{
background-color: #F18ADC;
}
</style>
border-color css
<style>
span { border-color: #F18ADC; }
span { border-color: rgb(241,138,220); }
td.TdClassName
{
border-color: #F18ADC;
}
.TagClassName
{
border-color: #F18ADC;
}
</style>