Shades of Pale Magenta #FF8DF2
Tints of Pale Magenta #FF8DF2
RGB
CMYK
RGB Variations
Color information
#FF8DF2 (or 0xFF8DF2) is known color: Pale Magenta. HEX triplet: FF, 8D and F2. RGB value is (255,141,242). Sum of RGB (Red+Green+Blue) = 255+141+242=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8DF2 is #00720D. Grayscale: #BABABA. Windows color (decimal): -29198 or 15896063. OLE color: 15896063.
HSL color Cylindrical-coordinate representation of color #FF8DF2: hue angle of 306.84º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FF8DF2 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 242 | - |
| CMYK | 0 | 0.45 | 0.05 | 0 |
| HSL | 306.84º | 1% | 0.78% | - |
| HSV(B) | 306.84º | 0.45% | 1% | - |
| XYZ | 66.79 | 46.72 | 89.5 | - |
| YUV | 186.6 | 159.27 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 242 | 0 | 0.45 | 0.05 | 0 | 306.84 | 1 | 0.78 |
| Hex | FF | 8D | F2 | 0 | 2D | 5 | 0 | 133 | 64 | 4E |
| Octal | 377 | 215 | 362 | 0 | 55 | 5 | 0 | 463 | 144 | 116 |
| Binary | 11111111 | 10001101 | 11110010 | 0 | 101101 | 101 | 0 | 100110011 | 1100100 | 1001110 |
Color Harmonies of #FF8DF2
Complementary color
Monochromatic Colors of #FF8DF2
Black with #FF8DF2
Text Example
Text Example
White with #FF8DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8DF2; }
p { color: rgb(255,141,242); }
H1.HeaderClassName
{
color: #FF8DF2;
}
.AnyTagClassName
{
color: #FF8DF2;
}
</style>
background-color css
<style>
a { background-color: #FF8DF2; }
a { background-color: rgb(255,141,242); }
div.DivClassName
{
background-color: #FF8DF2;
}
.BgClassName
{
background-color: #FF8DF2;
}
</style>
border-color css
<style>
span { border-color: #FF8DF2; }
span { border-color: rgb(255,141,242); }
td.TdClassName
{
border-color: #FF8DF2;
}
.TagClassName
{
border-color: #FF8DF2;
}
</style>