Shades of Pale Magenta #F87FE6
Tints of Pale Magenta #F87FE6
RGB
CMYK
RGB Variations
Color information
#F87FE6 (or 0xF87FE6) is known color: Pale Magenta. HEX triplet: F8, 7F and E6. RGB value is (248,127,230). Sum of RGB (Red+Green+Blue) = 248+127+230=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87FE6 is #078019. Grayscale: #AEAEAE. Windows color (decimal): -491546 or 15106040. OLE color: 15106040.
HSL color Cylindrical-coordinate representation of color #F87FE6: hue angle of 308.93º 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 #F87FE6 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 230 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.03 |
| HSL | 308.93º | 0.9% | 0.74% | - |
| HSV(B) | 308.93º | 0.49% | 0.97% | - |
| XYZ | 60.58 | 40.85 | 79.55 | - |
| YUV | 174.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 230 | 0 | 0.49 | 0.07 | 0.03 | 308.93 | 0.9 | 0.74 |
| Hex | F8 | 7F | E6 | 0 | 31 | 7 | 3 | 135 | 5A | 4A |
| Octal | 370 | 177 | 346 | 0 | 61 | 7 | 3 | 465 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11100110 | 0 | 110001 | 111 | 11 | 100110101 | 1011010 | 1001010 |
Color Harmonies of #F87FE6
Complementary color
Monochromatic Colors of #F87FE6
Black with #F87FE6
Text Example
Text Example
White with #F87FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FE6; }
p { color: rgb(248,127,230); }
H1.HeaderClassName
{
color: #F87FE6;
}
.AnyTagClassName
{
color: #F87FE6;
}
</style>
background-color css
<style>
a { background-color: #F87FE6; }
a { background-color: rgb(248,127,230); }
div.DivClassName
{
background-color: #F87FE6;
}
.BgClassName
{
background-color: #F87FE6;
}
</style>
border-color css
<style>
span { border-color: #F87FE6; }
span { border-color: rgb(248,127,230); }
td.TdClassName
{
border-color: #F87FE6;
}
.TagClassName
{
border-color: #F87FE6;
}
</style>