Shades of Pale Magenta #F68BED
Tints of Pale Magenta #F68BED
RGB
CMYK
RGB Variations
Color information
#F68BED (or 0xF68BED) is known color: Pale Magenta. HEX triplet: F6, 8B and ED. RGB value is (246,139,237). Sum of RGB (Red+Green+Blue) = 246+139+237=622 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.55% from 622); Green value is 139 (54.69% from 255 or 22.35% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68BED is #097412. Grayscale: #B5B5B5. Windows color (decimal): -619539 or 15567862. OLE color: 15567862.
HSL color Cylindrical-coordinate representation of color #F68BED: hue angle of 305.05º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F68BED is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 237 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.04 |
| HSL | 305.05º | 0.86% | 0.75% | - |
| HSV(B) | 305.05º | 0.43% | 0.96% | - |
| XYZ | 62.52 | 44.17 | 85.35 | - |
| YUV | 182.17 | 158.95 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 237 | 0 | 0.43 | 0.04 | 0.04 | 305.05 | 0.86 | 0.75 |
| Hex | F6 | 8B | ED | 0 | 2B | 4 | 4 | 131 | 56 | 4B |
| Octal | 366 | 213 | 355 | 0 | 53 | 4 | 4 | 461 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11101101 | 0 | 101011 | 100 | 100 | 100110001 | 1010110 | 1001011 |
Color Harmonies of #F68BED
Complementary color
Monochromatic Colors of #F68BED
Black with #F68BED
Text Example
Text Example
White with #F68BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BED; }
p { color: rgb(246,139,237); }
H1.HeaderClassName
{
color: #F68BED;
}
.AnyTagClassName
{
color: #F68BED;
}
</style>
background-color css
<style>
a { background-color: #F68BED; }
a { background-color: rgb(246,139,237); }
div.DivClassName
{
background-color: #F68BED;
}
.BgClassName
{
background-color: #F68BED;
}
</style>
border-color css
<style>
span { border-color: #F68BED; }
span { border-color: rgb(246,139,237); }
td.TdClassName
{
border-color: #F68BED;
}
.TagClassName
{
border-color: #F68BED;
}
</style>