Shades of Pale Magenta #F68FED
Tints of Pale Magenta #F68FED
RGB
CMYK
RGB Variations
Color information
#F68FED (or 0xF68FED) is known color: Pale Magenta. HEX triplet: F6, 8F and ED. RGB value is (246,143,237). Sum of RGB (Red+Green+Blue) = 246+143+237=626 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.30% from 626); Green value is 143 (56.25% from 255 or 22.84% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FED is #097012. Grayscale: #B8B8B8. Windows color (decimal): -618515 or 15568886. OLE color: 15568886.
HSL color Cylindrical-coordinate representation of color #F68FED: hue angle of 305.24º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F68FED is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 237 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.04 |
| HSL | 305.24º | 0.85% | 0.76% | - |
| HSV(B) | 305.24º | 0.42% | 0.96% | - |
| XYZ | 63.11 | 45.35 | 85.55 | - |
| YUV | 184.51 | 157.62 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 237 | 0 | 0.42 | 0.04 | 0.04 | 305.24 | 0.85 | 0.76 |
| Hex | F6 | 8F | ED | 0 | 2A | 4 | 4 | 131 | 55 | 4C |
| Octal | 366 | 217 | 355 | 0 | 52 | 4 | 4 | 461 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11101101 | 0 | 101010 | 100 | 100 | 100110001 | 1010101 | 1001100 |
Color Harmonies of #F68FED
Complementary color
Monochromatic Colors of #F68FED
Black with #F68FED
Text Example
Text Example
White with #F68FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FED; }
p { color: rgb(246,143,237); }
H1.HeaderClassName
{
color: #F68FED;
}
.AnyTagClassName
{
color: #F68FED;
}
</style>
background-color css
<style>
a { background-color: #F68FED; }
a { background-color: rgb(246,143,237); }
div.DivClassName
{
background-color: #F68FED;
}
.BgClassName
{
background-color: #F68FED;
}
</style>
border-color css
<style>
span { border-color: #F68FED; }
span { border-color: rgb(246,143,237); }
td.TdClassName
{
border-color: #F68FED;
}
.TagClassName
{
border-color: #F68FED;
}
</style>