Shades of Pale Magenta #F68ADE
Tints of Pale Magenta #F68ADE
RGB
CMYK
RGB Variations
Color information
#F68ADE (or 0xF68ADE) is known color: Pale Magenta. HEX triplet: F6, 8A and DE. RGB value is (246,138,222). Sum of RGB (Red+Green+Blue) = 246+138+222=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 138 (54.30% from 255 or 22.77% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ADE is #097521. Grayscale: #B3B3B3. Windows color (decimal): -619810 or 14584566. OLE color: 14584566.
HSL color Cylindrical-coordinate representation of color #F68ADE: hue angle of 313.33º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68ADE is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 222 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.04 |
| HSL | 313.33º | 0.86% | 0.75% | - |
| HSV(B) | 313.33º | 0.44% | 0.96% | - |
| XYZ | 60.28 | 43.04 | 74.24 | - |
| YUV | 179.87 | 151.78 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 222 | 0 | 0.44 | 0.10 | 0.04 | 313.33 | 0.86 | 0.75 |
| Hex | F6 | 8A | DE | 0 | 2C | A | 4 | 139 | 56 | 4B |
| Octal | 366 | 212 | 336 | 0 | 54 | 12 | 4 | 471 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11011110 | 0 | 101100 | 1010 | 100 | 100111001 | 1010110 | 1001011 |
Color Harmonies of #F68ADE
Complementary color
Monochromatic Colors of #F68ADE
Black with #F68ADE
Text Example
Text Example
White with #F68ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ADE; }
p { color: rgb(246,138,222); }
H1.HeaderClassName
{
color: #F68ADE;
}
.AnyTagClassName
{
color: #F68ADE;
}
</style>
background-color css
<style>
a { background-color: #F68ADE; }
a { background-color: rgb(246,138,222); }
div.DivClassName
{
background-color: #F68ADE;
}
.BgClassName
{
background-color: #F68ADE;
}
</style>
border-color css
<style>
span { border-color: #F68ADE; }
span { border-color: rgb(246,138,222); }
td.TdClassName
{
border-color: #F68ADE;
}
.TagClassName
{
border-color: #F68ADE;
}
</style>