Shades of Pale Magenta #F68FEC
Tints of Pale Magenta #F68FEC
RGB
CMYK
RGB Variations
Color information
#F68FEC (or 0xF68FEC) is known color: Pale Magenta. HEX triplet: F6, 8F and EC. RGB value is (246,143,236). Sum of RGB (Red+Green+Blue) = 246+143+236=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 143 (56.25% from 255 or 22.88% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F68FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68FEC is #097013. Grayscale: #B8B8B8. Windows color (decimal): -618516 or 15503350. OLE color: 15503350.
HSL color Cylindrical-coordinate representation of color #F68FEC: hue angle of 305.83º 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 #F68FEC is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 143 | 236 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.04 |
| HSL | 305.83º | 0.85% | 0.76% | - |
| HSV(B) | 305.83º | 0.42% | 0.96% | - |
| XYZ | 62.97 | 45.29 | 84.78 | - |
| YUV | 184.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 143 | 236 | 0 | 0.42 | 0.04 | 0.04 | 305.83 | 0.85 | 0.76 |
| Hex | F6 | 8F | EC | 0 | 2A | 4 | 4 | 132 | 55 | 4C |
| Octal | 366 | 217 | 354 | 0 | 52 | 4 | 4 | 462 | 125 | 114 |
| Binary | 11110110 | 10001111 | 11101100 | 0 | 101010 | 100 | 100 | 100110010 | 1010101 | 1001100 |
Color Harmonies of #F68FEC
Complementary color
Monochromatic Colors of #F68FEC
Black with #F68FEC
Text Example
Text Example
White with #F68FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68FEC; }
p { color: rgb(246,143,236); }
H1.HeaderClassName
{
color: #F68FEC;
}
.AnyTagClassName
{
color: #F68FEC;
}
</style>
background-color css
<style>
a { background-color: #F68FEC; }
a { background-color: rgb(246,143,236); }
div.DivClassName
{
background-color: #F68FEC;
}
.BgClassName
{
background-color: #F68FEC;
}
</style>
border-color css
<style>
span { border-color: #F68FEC; }
span { border-color: rgb(246,143,236); }
td.TdClassName
{
border-color: #F68FEC;
}
.TagClassName
{
border-color: #F68FEC;
}
</style>