Shades of Pale Magenta #F98BEC
Tints of Pale Magenta #F98BEC
RGB
CMYK
RGB Variations
Color information
#F98BEC (or 0xF98BEC) is known color: Pale Magenta. HEX triplet: F9, 8B and EC. RGB value is (249,139,236). Sum of RGB (Red+Green+Blue) = 249+139+236=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 139 (54.69% from 255 or 22.28% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F98BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F98BEC is #067413. Grayscale: #B6B6B6. Windows color (decimal): -422932 or 15502329. OLE color: 15502329.
HSL color Cylindrical-coordinate representation of color #F98BEC: hue angle of 307.09º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F98BEC is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 139 | 236 | - |
| CMYK | 0 | 0.44 | 0.05 | 0.02 |
| HSL | 307.09º | 0.9% | 0.76% | - |
| HSV(B) | 307.09º | 0.44% | 0.98% | - |
| XYZ | 63.44 | 44.66 | 84.63 | - |
| YUV | 182.95 | 157.94 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 139 | 236 | 0 | 0.44 | 0.05 | 0.02 | 307.09 | 0.9 | 0.76 |
| Hex | F9 | 8B | EC | 0 | 2C | 5 | 2 | 133 | 5A | 4C |
| Octal | 371 | 213 | 354 | 0 | 54 | 5 | 2 | 463 | 132 | 114 |
| Binary | 11111001 | 10001011 | 11101100 | 0 | 101100 | 101 | 10 | 100110011 | 1011010 | 1001100 |
Color Harmonies of #F98BEC
Complementary color
Monochromatic Colors of #F98BEC
Black with #F98BEC
Text Example
Text Example
White with #F98BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98BEC; }
p { color: rgb(249,139,236); }
H1.HeaderClassName
{
color: #F98BEC;
}
.AnyTagClassName
{
color: #F98BEC;
}
</style>
background-color css
<style>
a { background-color: #F98BEC; }
a { background-color: rgb(249,139,236); }
div.DivClassName
{
background-color: #F98BEC;
}
.BgClassName
{
background-color: #F98BEC;
}
</style>
border-color css
<style>
span { border-color: #F98BEC; }
span { border-color: rgb(249,139,236); }
td.TdClassName
{
border-color: #F98BEC;
}
.TagClassName
{
border-color: #F98BEC;
}
</style>