Shades of Pale Magenta #F18FDA
Tints of Pale Magenta #F18FDA
RGB
CMYK
RGB Variations
Color information
#F18FDA (or 0xF18FDA) is known color: Pale Magenta. HEX triplet: F1, 8F and DA. RGB value is (241,143,218). Sum of RGB (Red+Green+Blue) = 241+143+218=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18FDA is #0E7025. Grayscale: #B4B4B4. Windows color (decimal): -946214 or 14323697. OLE color: 14323697.
HSL color Cylindrical-coordinate representation of color #F18FDA: hue angle of 314.08º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18FDA is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 218 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.05 |
| HSL | 314.08º | 0.78% | 0.75% | - |
| HSV(B) | 314.08º | 0.41% | 0.95% | - |
| XYZ | 58.75 | 43.41 | 71.61 | - |
| YUV | 180.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 218 | 0 | 0.41 | 0.10 | 0.05 | 314.08 | 0.78 | 0.75 |
| Hex | F1 | 8F | DA | 0 | 29 | A | 5 | 13A | 4E | 4B |
| Octal | 361 | 217 | 332 | 0 | 51 | 12 | 5 | 472 | 116 | 113 |
| Binary | 11110001 | 10001111 | 11011010 | 0 | 101001 | 1010 | 101 | 100111010 | 1001110 | 1001011 |
Color Harmonies of #F18FDA
Complementary color
Monochromatic Colors of #F18FDA
Black with #F18FDA
Text Example
Text Example
White with #F18FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FDA; }
p { color: rgb(241,143,218); }
H1.HeaderClassName
{
color: #F18FDA;
}
.AnyTagClassName
{
color: #F18FDA;
}
</style>
background-color css
<style>
a { background-color: #F18FDA; }
a { background-color: rgb(241,143,218); }
div.DivClassName
{
background-color: #F18FDA;
}
.BgClassName
{
background-color: #F18FDA;
}
</style>
border-color css
<style>
span { border-color: #F18FDA; }
span { border-color: rgb(241,143,218); }
td.TdClassName
{
border-color: #F18FDA;
}
.TagClassName
{
border-color: #F18FDA;
}
</style>