Shades of Pale Magenta #F68BE1
Tints of Pale Magenta #F68BE1
RGB
CMYK
RGB Variations
Color information
#F68BE1 (or 0xF68BE1) is known color: Pale Magenta. HEX triplet: F6, 8B and E1. RGB value is (246,139,225). Sum of RGB (Red+Green+Blue) = 246+139+225=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 139 (54.69% from 255 or 22.79% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BE1 is #09741E. Grayscale: #B4B4B4. Windows color (decimal): -619551 or 14781430. OLE color: 14781430.
HSL color Cylindrical-coordinate representation of color #F68BE1: hue angle of 311.78º 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 #F68BE1 is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 225 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.04 |
| HSL | 311.78º | 0.86% | 0.75% | - |
| HSV(B) | 311.78º | 0.43% | 0.96% | - |
| XYZ | 60.83 | 43.49 | 76.42 | - |
| YUV | 180.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 225 | 0 | 0.43 | 0.09 | 0.04 | 311.78 | 0.86 | 0.75 |
| Hex | F6 | 8B | E1 | 0 | 2B | 9 | 4 | 138 | 56 | 4B |
| Octal | 366 | 213 | 341 | 0 | 53 | 11 | 4 | 470 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11100001 | 0 | 101011 | 1001 | 100 | 100111000 | 1010110 | 1001011 |
Color Harmonies of #F68BE1
Complementary color
Monochromatic Colors of #F68BE1
Black with #F68BE1
Text Example
Text Example
White with #F68BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BE1; }
p { color: rgb(246,139,225); }
H1.HeaderClassName
{
color: #F68BE1;
}
.AnyTagClassName
{
color: #F68BE1;
}
</style>
background-color css
<style>
a { background-color: #F68BE1; }
a { background-color: rgb(246,139,225); }
div.DivClassName
{
background-color: #F68BE1;
}
.BgClassName
{
background-color: #F68BE1;
}
</style>
border-color css
<style>
span { border-color: #F68BE1; }
span { border-color: rgb(246,139,225); }
td.TdClassName
{
border-color: #F68BE1;
}
.TagClassName
{
border-color: #F68BE1;
}
</style>