Shades of Pale Magenta #F68BE3
Tints of Pale Magenta #F68BE3
RGB
CMYK
RGB Variations
Color information
#F68BE3 (or 0xF68BE3) is known color: Pale Magenta. HEX triplet: F6, 8B and E3. RGB value is (246,139,227). Sum of RGB (Red+Green+Blue) = 246+139+227=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 139 (54.69% from 255 or 22.71% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BE3 is #09741C. Grayscale: #B4B4B4. Windows color (decimal): -619549 or 14912502. OLE color: 14912502.
HSL color Cylindrical-coordinate representation of color #F68BE3: hue angle of 310.65º 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 #F68BE3 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 227 | - |
| CMYK | 0 | 0.43 | 0.08 | 0.04 |
| HSL | 310.65º | 0.86% | 0.75% | - |
| HSV(B) | 310.65º | 0.43% | 0.96% | - |
| XYZ | 61.1 | 43.6 | 77.87 | - |
| YUV | 181.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 227 | 0 | 0.43 | 0.08 | 0.04 | 310.65 | 0.86 | 0.75 |
| Hex | F6 | 8B | E3 | 0 | 2B | 8 | 4 | 137 | 56 | 4B |
| Octal | 366 | 213 | 343 | 0 | 53 | 10 | 4 | 467 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11100011 | 0 | 101011 | 1000 | 100 | 100110111 | 1010110 | 1001011 |
Color Harmonies of #F68BE3
Complementary color
Monochromatic Colors of #F68BE3
Black with #F68BE3
Text Example
Text Example
White with #F68BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BE3; }
p { color: rgb(246,139,227); }
H1.HeaderClassName
{
color: #F68BE3;
}
.AnyTagClassName
{
color: #F68BE3;
}
</style>
background-color css
<style>
a { background-color: #F68BE3; }
a { background-color: rgb(246,139,227); }
div.DivClassName
{
background-color: #F68BE3;
}
.BgClassName
{
background-color: #F68BE3;
}
</style>
border-color css
<style>
span { border-color: #F68BE3; }
span { border-color: rgb(246,139,227); }
td.TdClassName
{
border-color: #F68BE3;
}
.TagClassName
{
border-color: #F68BE3;
}
</style>