Shades of Pale Magenta #F68CEB
Tints of Pale Magenta #F68CEB
RGB
CMYK
RGB Variations
Color information
#F68CEB (or 0xF68CEB) is known color: Pale Magenta. HEX triplet: F6, 8C and EB. RGB value is (246,140,235). Sum of RGB (Red+Green+Blue) = 246+140+235=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 140 (55.08% from 255 or 22.54% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F68CEB is #097314. Grayscale: #B6B6B6. Windows color (decimal): -619285 or 15437046. OLE color: 15437046.
HSL color Cylindrical-coordinate representation of color #F68CEB: hue angle of 306.23º 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 #F68CEB is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 235 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.04 |
| HSL | 306.23º | 0.85% | 0.76% | - |
| HSV(B) | 306.23º | 0.43% | 0.96% | - |
| XYZ | 62.38 | 44.35 | 83.87 | - |
| YUV | 182.52 | 157.62 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 235 | 0 | 0.43 | 0.04 | 0.04 | 306.23 | 0.85 | 0.76 |
| Hex | F6 | 8C | EB | 0 | 2B | 4 | 4 | 132 | 55 | 4C |
| Octal | 366 | 214 | 353 | 0 | 53 | 4 | 4 | 462 | 125 | 114 |
| Binary | 11110110 | 10001100 | 11101011 | 0 | 101011 | 100 | 100 | 100110010 | 1010101 | 1001100 |
Color Harmonies of #F68CEB
Complementary color
Monochromatic Colors of #F68CEB
Black with #F68CEB
Text Example
Text Example
White with #F68CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CEB; }
p { color: rgb(246,140,235); }
H1.HeaderClassName
{
color: #F68CEB;
}
.AnyTagClassName
{
color: #F68CEB;
}
</style>
background-color css
<style>
a { background-color: #F68CEB; }
a { background-color: rgb(246,140,235); }
div.DivClassName
{
background-color: #F68CEB;
}
.BgClassName
{
background-color: #F68CEB;
}
</style>
border-color css
<style>
span { border-color: #F68CEB; }
span { border-color: rgb(246,140,235); }
td.TdClassName
{
border-color: #F68CEB;
}
.TagClassName
{
border-color: #F68CEB;
}
</style>