Shades of Pale Magenta #F18BE4
Tints of Pale Magenta #F18BE4
RGB
CMYK
RGB Variations
Color information
#F18BE4 (or 0xF18BE4) is known color: Pale Magenta. HEX triplet: F1, 8B and E4. RGB value is (241,139,228). Sum of RGB (Red+Green+Blue) = 241+139+228=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BE4 is #0E741B. Grayscale: #B3B3B3. Windows color (decimal): -947228 or 14978033. OLE color: 14978033.
HSL color Cylindrical-coordinate representation of color #F18BE4: hue angle of 307.65º 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 #F18BE4 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 228 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.05 |
| HSL | 307.65º | 0.78% | 0.75% | - |
| HSV(B) | 307.65º | 0.42% | 0.95% | - |
| XYZ | 59.51 | 42.77 | 78.52 | - |
| YUV | 179.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 228 | 0 | 0.42 | 0.05 | 0.05 | 307.65 | 0.78 | 0.75 |
| Hex | F1 | 8B | E4 | 0 | 2A | 5 | 5 | 134 | 4E | 4B |
| Octal | 361 | 213 | 344 | 0 | 52 | 5 | 5 | 464 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11100100 | 0 | 101010 | 101 | 101 | 100110100 | 1001110 | 1001011 |
Color Harmonies of #F18BE4
Complementary color
Monochromatic Colors of #F18BE4
Black with #F18BE4
Text Example
Text Example
White with #F18BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BE4; }
p { color: rgb(241,139,228); }
H1.HeaderClassName
{
color: #F18BE4;
}
.AnyTagClassName
{
color: #F18BE4;
}
</style>
background-color css
<style>
a { background-color: #F18BE4; }
a { background-color: rgb(241,139,228); }
div.DivClassName
{
background-color: #F18BE4;
}
.BgClassName
{
background-color: #F18BE4;
}
</style>
border-color css
<style>
span { border-color: #F18BE4; }
span { border-color: rgb(241,139,228); }
td.TdClassName
{
border-color: #F18BE4;
}
.TagClassName
{
border-color: #F18BE4;
}
</style>