Shades of Pale Magenta #F86BDF
Tints of Pale Magenta #F86BDF
RGB
CMYK
RGB Variations
Color information
#F86BDF (or 0xF86BDF) is known color: Pale Magenta. HEX triplet: F8, 6B and DF. RGB value is (248,107,223). Sum of RGB (Red+Green+Blue) = 248+107+223=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 107 (42.19% from 255 or 18.51% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BDF is #079420. Grayscale: #A2A2A2. Windows color (decimal): -496673 or 14642168. OLE color: 14642168.
HSL color Cylindrical-coordinate representation of color #F86BDF: hue angle of 310.64º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86BDF is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 223 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.03 |
| HSL | 310.64º | 0.91% | 0.7% | - |
| HSV(B) | 310.64º | 0.57% | 0.97% | - |
| XYZ | 57.29 | 35.8 | 73.7 | - |
| YUV | 162.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 223 | 0 | 0.57 | 0.10 | 0.03 | 310.64 | 0.91 | 0.7 |
| Hex | F8 | 6B | DF | 0 | 39 | A | 3 | 137 | 5B | 46 |
| Octal | 370 | 153 | 337 | 0 | 71 | 12 | 3 | 467 | 133 | 106 |
| Binary | 11111000 | 1101011 | 11011111 | 0 | 111001 | 1010 | 11 | 100110111 | 1011011 | 1000110 |
Color Harmonies of #F86BDF
Complementary color
Monochromatic Colors of #F86BDF
Black with #F86BDF
Text Example
Text Example
White with #F86BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86BDF; }
p { color: rgb(248,107,223); }
H1.HeaderClassName
{
color: #F86BDF;
}
.AnyTagClassName
{
color: #F86BDF;
}
</style>
background-color css
<style>
a { background-color: #F86BDF; }
a { background-color: rgb(248,107,223); }
div.DivClassName
{
background-color: #F86BDF;
}
.BgClassName
{
background-color: #F86BDF;
}
</style>
border-color css
<style>
span { border-color: #F86BDF; }
span { border-color: rgb(248,107,223); }
td.TdClassName
{
border-color: #F86BDF;
}
.TagClassName
{
border-color: #F86BDF;
}
</style>