Shades of Pale Magenta #F87FEA
Tints of Pale Magenta #F87FEA
RGB
CMYK
RGB Variations
Color information
#F87FEA (or 0xF87FEA) is known color: Pale Magenta. HEX triplet: F8, 7F and EA. RGB value is (248,127,234). Sum of RGB (Red+Green+Blue) = 248+127+234=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 127 (50% from 255 or 20.85% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87FEA is #078015. Grayscale: #AFAFAF. Windows color (decimal): -491542 or 15368184. OLE color: 15368184.
HSL color Cylindrical-coordinate representation of color #F87FEA: hue angle of 306.94º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FEA is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 234 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.03 |
| HSL | 306.94º | 0.9% | 0.74% | - |
| HSV(B) | 306.94º | 0.49% | 0.97% | - |
| XYZ | 61.15 | 41.08 | 82.55 | - |
| YUV | 175.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 234 | 0 | 0.49 | 0.06 | 0.03 | 306.94 | 0.9 | 0.74 |
| Hex | F8 | 7F | EA | 0 | 31 | 6 | 3 | 133 | 5A | 4A |
| Octal | 370 | 177 | 352 | 0 | 61 | 6 | 3 | 463 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11101010 | 0 | 110001 | 110 | 11 | 100110011 | 1011010 | 1001010 |
Color Harmonies of #F87FEA
Complementary color
Monochromatic Colors of #F87FEA
Black with #F87FEA
Text Example
Text Example
White with #F87FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FEA; }
p { color: rgb(248,127,234); }
H1.HeaderClassName
{
color: #F87FEA;
}
.AnyTagClassName
{
color: #F87FEA;
}
</style>
background-color css
<style>
a { background-color: #F87FEA; }
a { background-color: rgb(248,127,234); }
div.DivClassName
{
background-color: #F87FEA;
}
.BgClassName
{
background-color: #F87FEA;
}
</style>
border-color css
<style>
span { border-color: #F87FEA; }
span { border-color: rgb(248,127,234); }
td.TdClassName
{
border-color: #F87FEA;
}
.TagClassName
{
border-color: #F87FEA;
}
</style>