Shades of Pale Magenta #F68BDF
Tints of Pale Magenta #F68BDF
RGB
CMYK
RGB Variations
Color information
#F68BDF (or 0xF68BDF) is known color: Pale Magenta. HEX triplet: F6, 8B and DF. RGB value is (246,139,223). Sum of RGB (Red+Green+Blue) = 246+139+223=608 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.46% from 608); Green value is 139 (54.69% from 255 or 22.86% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 246 - color contains mainly: red. Hex color #F68BDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68BDF is #097420. Grayscale: #B4B4B4. Windows color (decimal): -619553 or 14650358. OLE color: 14650358.
HSL color Cylindrical-coordinate representation of color #F68BDF: hue angle of 312.9º 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 #F68BDF is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 139 | 223 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.04 |
| HSL | 312.9º | 0.86% | 0.75% | - |
| HSV(B) | 312.9º | 0.43% | 0.96% | - |
| XYZ | 60.56 | 43.39 | 74.99 | - |
| YUV | 180.57 | 151.95 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 139 | 223 | 0 | 0.43 | 0.09 | 0.04 | 312.9 | 0.86 | 0.75 |
| Hex | F6 | 8B | DF | 0 | 2B | 9 | 4 | 139 | 56 | 4B |
| Octal | 366 | 213 | 337 | 0 | 53 | 11 | 4 | 471 | 126 | 113 |
| Binary | 11110110 | 10001011 | 11011111 | 0 | 101011 | 1001 | 100 | 100111001 | 1010110 | 1001011 |
Color Harmonies of #F68BDF
Complementary color
Monochromatic Colors of #F68BDF
Black with #F68BDF
Text Example
Text Example
White with #F68BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68BDF; }
p { color: rgb(246,139,223); }
H1.HeaderClassName
{
color: #F68BDF;
}
.AnyTagClassName
{
color: #F68BDF;
}
</style>
background-color css
<style>
a { background-color: #F68BDF; }
a { background-color: rgb(246,139,223); }
div.DivClassName
{
background-color: #F68BDF;
}
.BgClassName
{
background-color: #F68BDF;
}
</style>
border-color css
<style>
span { border-color: #F68BDF; }
span { border-color: rgb(246,139,223); }
td.TdClassName
{
border-color: #F68BDF;
}
.TagClassName
{
border-color: #F68BDF;
}
</style>