Shades of Pale Magenta #F18BDF
Tints of Pale Magenta #F18BDF
RGB
CMYK
RGB Variations
Color information
#F18BDF (or 0xF18BDF) is known color: Pale Magenta. HEX triplet: F1, 8B and DF. RGB value is (241,139,223). Sum of RGB (Red+Green+Blue) = 241+139+223=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BDF is #0E7420. Grayscale: #B2B2B2. Windows color (decimal): -947233 or 14650353. OLE color: 14650353.
HSL color Cylindrical-coordinate representation of color #F18BDF: hue angle of 310.59º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BDF is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 223 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.05 |
| HSL | 310.59º | 0.78% | 0.75% | - |
| HSV(B) | 310.59º | 0.42% | 0.95% | - |
| XYZ | 58.83 | 42.49 | 74.91 | - |
| YUV | 179.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 223 | 0 | 0.42 | 0.07 | 0.05 | 310.59 | 0.78 | 0.75 |
| Hex | F1 | 8B | DF | 0 | 2A | 7 | 5 | 137 | 4E | 4B |
| Octal | 361 | 213 | 337 | 0 | 52 | 7 | 5 | 467 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11011111 | 0 | 101010 | 111 | 101 | 100110111 | 1001110 | 1001011 |
Color Harmonies of #F18BDF
Complementary color
Monochromatic Colors of #F18BDF
Black with #F18BDF
Text Example
Text Example
White with #F18BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BDF; }
p { color: rgb(241,139,223); }
H1.HeaderClassName
{
color: #F18BDF;
}
.AnyTagClassName
{
color: #F18BDF;
}
</style>
background-color css
<style>
a { background-color: #F18BDF; }
a { background-color: rgb(241,139,223); }
div.DivClassName
{
background-color: #F18BDF;
}
.BgClassName
{
background-color: #F18BDF;
}
</style>
border-color css
<style>
span { border-color: #F18BDF; }
span { border-color: rgb(241,139,223); }
td.TdClassName
{
border-color: #F18BDF;
}
.TagClassName
{
border-color: #F18BDF;
}
</style>