Shades of Pale Magenta #F68CED
Tints of Pale Magenta #F68CED
RGB
CMYK
RGB Variations
Color information
#F68CED (or 0xF68CED) is known color: Pale Magenta. HEX triplet: F6, 8C and ED. RGB value is (246,140,237). Sum of RGB (Red+Green+Blue) = 246+140+237=623 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.49% from 623); Green value is 140 (55.08% from 255 or 22.47% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CED is #097312. Grayscale: #B6B6B6. Windows color (decimal): -619283 or 15568118. OLE color: 15568118.
HSL color Cylindrical-coordinate representation of color #F68CED: hue angle of 305.09º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68CED is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 237 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.04 |
| HSL | 305.09º | 0.85% | 0.76% | - |
| HSV(B) | 305.09º | 0.43% | 0.96% | - |
| XYZ | 62.67 | 44.46 | 85.4 | - |
| YUV | 182.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 237 | 0 | 0.43 | 0.04 | 0.04 | 305.09 | 0.85 | 0.76 |
| Hex | F6 | 8C | ED | 0 | 2B | 4 | 4 | 131 | 55 | 4C |
| Octal | 366 | 214 | 355 | 0 | 53 | 4 | 4 | 461 | 125 | 114 |
| Binary | 11110110 | 10001100 | 11101101 | 0 | 101011 | 100 | 100 | 100110001 | 1010101 | 1001100 |
Color Harmonies of #F68CED
Complementary color
Monochromatic Colors of #F68CED
Black with #F68CED
Text Example
Text Example
White with #F68CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CED; }
p { color: rgb(246,140,237); }
H1.HeaderClassName
{
color: #F68CED;
}
.AnyTagClassName
{
color: #F68CED;
}
</style>
background-color css
<style>
a { background-color: #F68CED; }
a { background-color: rgb(246,140,237); }
div.DivClassName
{
background-color: #F68CED;
}
.BgClassName
{
background-color: #F68CED;
}
</style>
border-color css
<style>
span { border-color: #F68CED; }
span { border-color: rgb(246,140,237); }
td.TdClassName
{
border-color: #F68CED;
}
.TagClassName
{
border-color: #F68CED;
}
</style>