Shades of Pale Magenta #FF8FEE
Tints of Pale Magenta #FF8FEE
RGB
CMYK
RGB Variations
Color information
#FF8FEE (or 0xFF8FEE) is known color: Pale Magenta. HEX triplet: FF, 8F and EE. RGB value is (255,143,238). Sum of RGB (Red+Green+Blue) = 255+143+238=636 (84% of max value = 765). Red value is 255 (100% from 255 or 40.09% from 636); Green value is 143 (56.25% from 255 or 22.48% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8FEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF8FEE is #007011. Grayscale: #BBBBBB. Windows color (decimal): -28690 or 15634431. OLE color: 15634431.
HSL color Cylindrical-coordinate representation of color #FF8FEE: hue angle of 309.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF8FEE is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 238 | - |
| CMYK | 0 | 0.44 | 0.07 | 0 |
| HSL | 309.11º | 1% | 0.78% | - |
| HSV(B) | 309.11º | 0.44% | 1% | - |
| XYZ | 66.5 | 47.08 | 86.47 | - |
| YUV | 187.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 238 | 0 | 0.44 | 0.07 | 0 | 309.11 | 1 | 0.78 |
| Hex | FF | 8F | EE | 0 | 2C | 7 | 0 | 135 | 64 | 4E |
| Octal | 377 | 217 | 356 | 0 | 54 | 7 | 0 | 465 | 144 | 116 |
| Binary | 11111111 | 10001111 | 11101110 | 0 | 101100 | 111 | 0 | 100110101 | 1100100 | 1001110 |
Color Harmonies of #FF8FEE
Complementary color
Monochromatic Colors of #FF8FEE
Black with #FF8FEE
Text Example
Text Example
White with #FF8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8FEE; }
p { color: rgb(255,143,238); }
H1.HeaderClassName
{
color: #FF8FEE;
}
.AnyTagClassName
{
color: #FF8FEE;
}
</style>
background-color css
<style>
a { background-color: #FF8FEE; }
a { background-color: rgb(255,143,238); }
div.DivClassName
{
background-color: #FF8FEE;
}
.BgClassName
{
background-color: #FF8FEE;
}
</style>
border-color css
<style>
span { border-color: #FF8FEE; }
span { border-color: rgb(255,143,238); }
td.TdClassName
{
border-color: #FF8FEE;
}
.TagClassName
{
border-color: #FF8FEE;
}
</style>