Shades of Pale Magenta #F18AD6
Tints of Pale Magenta #F18AD6
RGB
CMYK
RGB Variations
Color information
#F18AD6 (or 0xF18AD6) is known color: Pale Magenta. HEX triplet: F1, 8A and D6. RGB value is (241,138,214). Sum of RGB (Red+Green+Blue) = 241+138+214=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 138 (54.30% from 255 or 23.27% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F18AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18AD6 is #0E7529. Grayscale: #B1B1B1. Windows color (decimal): -947498 or 14060273. OLE color: 14060273.
HSL color Cylindrical-coordinate representation of color #F18AD6: hue angle of 315.73º 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 #F18AD6 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 214 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.05 |
| HSL | 315.73º | 0.79% | 0.74% | - |
| HSV(B) | 315.73º | 0.43% | 0.95% | - |
| XYZ | 57.5 | 41.73 | 68.64 | - |
| YUV | 177.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 214 | 0 | 0.43 | 0.11 | 0.05 | 315.73 | 0.79 | 0.74 |
| Hex | F1 | 8A | D6 | 0 | 2B | B | 5 | 13C | 4F | 4A |
| Octal | 361 | 212 | 326 | 0 | 53 | 13 | 5 | 474 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11010110 | 0 | 101011 | 1011 | 101 | 100111100 | 1001111 | 1001010 |
Color Harmonies of #F18AD6
Complementary color
Monochromatic Colors of #F18AD6
Black with #F18AD6
Text Example
Text Example
White with #F18AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18AD6; }
p { color: rgb(241,138,214); }
H1.HeaderClassName
{
color: #F18AD6;
}
.AnyTagClassName
{
color: #F18AD6;
}
</style>
background-color css
<style>
a { background-color: #F18AD6; }
a { background-color: rgb(241,138,214); }
div.DivClassName
{
background-color: #F18AD6;
}
.BgClassName
{
background-color: #F18AD6;
}
</style>
border-color css
<style>
span { border-color: #F18AD6; }
span { border-color: rgb(241,138,214); }
td.TdClassName
{
border-color: #F18AD6;
}
.TagClassName
{
border-color: #F18AD6;
}
</style>