Shades of Pale Magenta #F68ADA
Tints of Pale Magenta #F68ADA
RGB
CMYK
RGB Variations
Color information
#F68ADA (or 0xF68ADA) is known color: Pale Magenta. HEX triplet: F6, 8A and DA. RGB value is (246,138,218). Sum of RGB (Red+Green+Blue) = 246+138+218=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 138 (54.30% from 255 or 22.92% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ADA is #097525. Grayscale: #B3B3B3. Windows color (decimal): -619814 or 14322422. OLE color: 14322422.
HSL color Cylindrical-coordinate representation of color #F68ADA: hue angle of 315.56º 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 #F68ADA is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 218 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.04 |
| HSL | 315.56º | 0.86% | 0.75% | - |
| HSV(B) | 315.56º | 0.44% | 0.96% | - |
| XYZ | 59.75 | 42.83 | 71.45 | - |
| YUV | 179.41 | 149.78 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 218 | 0 | 0.44 | 0.11 | 0.04 | 315.56 | 0.86 | 0.75 |
| Hex | F6 | 8A | DA | 0 | 2C | B | 4 | 13C | 56 | 4B |
| Octal | 366 | 212 | 332 | 0 | 54 | 13 | 4 | 474 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11011010 | 0 | 101100 | 1011 | 100 | 100111100 | 1010110 | 1001011 |
Color Harmonies of #F68ADA
Complementary color
Monochromatic Colors of #F68ADA
Black with #F68ADA
Text Example
Text Example
White with #F68ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ADA; }
p { color: rgb(246,138,218); }
H1.HeaderClassName
{
color: #F68ADA;
}
.AnyTagClassName
{
color: #F68ADA;
}
</style>
background-color css
<style>
a { background-color: #F68ADA; }
a { background-color: rgb(246,138,218); }
div.DivClassName
{
background-color: #F68ADA;
}
.BgClassName
{
background-color: #F68ADA;
}
</style>
border-color css
<style>
span { border-color: #F68ADA; }
span { border-color: rgb(246,138,218); }
td.TdClassName
{
border-color: #F68ADA;
}
.TagClassName
{
border-color: #F68ADA;
}
</style>