Shades of Pale Magenta #F18ADF
Tints of Pale Magenta #F18ADF
RGB
CMYK
RGB Variations
Color information
#F18ADF (or 0xF18ADF) is known color: Pale Magenta. HEX triplet: F1, 8A and DF. RGB value is (241,138,223). Sum of RGB (Red+Green+Blue) = 241+138+223=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F18ADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18ADF is #0E7520. Grayscale: #B2B2B2. Windows color (decimal): -947489 or 14650097. OLE color: 14650097.
HSL color Cylindrical-coordinate representation of color #F18ADF: hue angle of 310.49º 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 #F18ADF is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 223 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.05 |
| HSL | 310.49º | 0.79% | 0.74% | - |
| HSV(B) | 310.49º | 0.43% | 0.95% | - |
| XYZ | 58.68 | 42.21 | 74.87 | - |
| YUV | 178.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 223 | 0 | 0.43 | 0.07 | 0.05 | 310.49 | 0.79 | 0.74 |
| Hex | F1 | 8A | DF | 0 | 2B | 7 | 5 | 136 | 4F | 4A |
| Octal | 361 | 212 | 337 | 0 | 53 | 7 | 5 | 466 | 117 | 112 |
| Binary | 11110001 | 10001010 | 11011111 | 0 | 101011 | 111 | 101 | 100110110 | 1001111 | 1001010 |
Color Harmonies of #F18ADF
Complementary color
Monochromatic Colors of #F18ADF
Black with #F18ADF
Text Example
Text Example
White with #F18ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18ADF; }
p { color: rgb(241,138,223); }
H1.HeaderClassName
{
color: #F18ADF;
}
.AnyTagClassName
{
color: #F18ADF;
}
</style>
background-color css
<style>
a { background-color: #F18ADF; }
a { background-color: rgb(241,138,223); }
div.DivClassName
{
background-color: #F18ADF;
}
.BgClassName
{
background-color: #F18ADF;
}
</style>
border-color css
<style>
span { border-color: #F18ADF; }
span { border-color: rgb(241,138,223); }
td.TdClassName
{
border-color: #F18ADF;
}
.TagClassName
{
border-color: #F18ADF;
}
</style>