Shades of Pale Magenta #F985E2
Tints of Pale Magenta #F985E2
RGB
CMYK
RGB Variations
Color information
#F985E2 (or 0xF985E2) is known color: Pale Magenta. HEX triplet: F9, 85 and E2. RGB value is (249,133,226). Sum of RGB (Red+Green+Blue) = 249+133+226=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F985E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F985E2 is #067A1D. Grayscale: #B2B2B2. Windows color (decimal): -424478 or 14845433. OLE color: 14845433.
HSL color Cylindrical-coordinate representation of color #F985E2: hue angle of 311.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F985E2 is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 133 | 226 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.02 |
| HSL | 311.9º | 0.91% | 0.75% | - |
| HSV(B) | 311.9º | 0.47% | 0.98% | - |
| XYZ | 61.18 | 42.41 | 76.91 | - |
| YUV | 178.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 133 | 226 | 0 | 0.47 | 0.09 | 0.02 | 311.9 | 0.91 | 0.75 |
| Hex | F9 | 85 | E2 | 0 | 2F | 9 | 2 | 138 | 5B | 4B |
| Octal | 371 | 205 | 342 | 0 | 57 | 11 | 2 | 470 | 133 | 113 |
| Binary | 11111001 | 10000101 | 11100010 | 0 | 101111 | 1001 | 10 | 100111000 | 1011011 | 1001011 |
Color Harmonies of #F985E2
Complementary color
Monochromatic Colors of #F985E2
Black with #F985E2
Text Example
Text Example
White with #F985E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F985E2; }
p { color: rgb(249,133,226); }
H1.HeaderClassName
{
color: #F985E2;
}
.AnyTagClassName
{
color: #F985E2;
}
</style>
background-color css
<style>
a { background-color: #F985E2; }
a { background-color: rgb(249,133,226); }
div.DivClassName
{
background-color: #F985E2;
}
.BgClassName
{
background-color: #F985E2;
}
</style>
border-color css
<style>
span { border-color: #F985E2; }
span { border-color: rgb(249,133,226); }
td.TdClassName
{
border-color: #F985E2;
}
.TagClassName
{
border-color: #F985E2;
}
</style>