Shades of Pale Magenta #F86FDA
Tints of Pale Magenta #F86FDA
RGB
CMYK
RGB Variations
Color information
#F86FDA (or 0xF86FDA) is known color: Pale Magenta. HEX triplet: F8, 6F and DA. RGB value is (248,111,218). Sum of RGB (Red+Green+Blue) = 248+111+218=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 111 (43.75% from 255 or 19.24% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FDA is #079025. Grayscale: #A3A3A3. Windows color (decimal): -495654 or 14315512. OLE color: 14315512.
HSL color Cylindrical-coordinate representation of color #F86FDA: hue angle of 313.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FDA is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 218 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.03 |
| HSL | 313.14º | 0.91% | 0.7% | - |
| HSV(B) | 313.14º | 0.55% | 0.97% | - |
| XYZ | 57.05 | 36.39 | 70.35 | - |
| YUV | 164.16 | 158.39 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 218 | 0 | 0.55 | 0.12 | 0.03 | 313.14 | 0.91 | 0.7 |
| Hex | F8 | 6F | DA | 0 | 37 | C | 3 | 139 | 5B | 46 |
| Octal | 370 | 157 | 332 | 0 | 67 | 14 | 3 | 471 | 133 | 106 |
| Binary | 11111000 | 1101111 | 11011010 | 0 | 110111 | 1100 | 11 | 100111001 | 1011011 | 1000110 |
Color Harmonies of #F86FDA
Complementary color
Monochromatic Colors of #F86FDA
Black with #F86FDA
Text Example
Text Example
White with #F86FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FDA; }
p { color: rgb(248,111,218); }
H1.HeaderClassName
{
color: #F86FDA;
}
.AnyTagClassName
{
color: #F86FDA;
}
</style>
background-color css
<style>
a { background-color: #F86FDA; }
a { background-color: rgb(248,111,218); }
div.DivClassName
{
background-color: #F86FDA;
}
.BgClassName
{
background-color: #F86FDA;
}
</style>
border-color css
<style>
span { border-color: #F86FDA; }
span { border-color: rgb(248,111,218); }
td.TdClassName
{
border-color: #F86FDA;
}
.TagClassName
{
border-color: #F86FDA;
}
</style>