Shades of Pale Magenta #F68CDA
Tints of Pale Magenta #F68CDA
RGB
CMYK
RGB Variations
Color information
#F68CDA (or 0xF68CDA) is known color: Pale Magenta. HEX triplet: F6, 8C and DA. RGB value is (246,140,218). Sum of RGB (Red+Green+Blue) = 246+140+218=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CDA is #097325. Grayscale: #B4B4B4. Windows color (decimal): -619302 or 14322934. OLE color: 14322934.
HSL color Cylindrical-coordinate representation of color #F68CDA: hue angle of 315.85º 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 #F68CDA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 218 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.04 |
| HSL | 315.85º | 0.85% | 0.76% | - |
| HSV(B) | 315.85º | 0.43% | 0.96% | - |
| XYZ | 60.04 | 43.41 | 71.54 | - |
| YUV | 180.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 218 | 0 | 0.43 | 0.11 | 0.04 | 315.85 | 0.85 | 0.76 |
| Hex | F6 | 8C | DA | 0 | 2B | B | 4 | 13C | 55 | 4C |
| Octal | 366 | 214 | 332 | 0 | 53 | 13 | 4 | 474 | 125 | 114 |
| Binary | 11110110 | 10001100 | 11011010 | 0 | 101011 | 1011 | 100 | 100111100 | 1010101 | 1001100 |
Color Harmonies of #F68CDA
Complementary color
Monochromatic Colors of #F68CDA
Black with #F68CDA
Text Example
Text Example
White with #F68CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68CDA; }
p { color: rgb(246,140,218); }
H1.HeaderClassName
{
color: #F68CDA;
}
.AnyTagClassName
{
color: #F68CDA;
}
</style>
background-color css
<style>
a { background-color: #F68CDA; }
a { background-color: rgb(246,140,218); }
div.DivClassName
{
background-color: #F68CDA;
}
.BgClassName
{
background-color: #F68CDA;
}
</style>
border-color css
<style>
span { border-color: #F68CDA; }
span { border-color: rgb(246,140,218); }
td.TdClassName
{
border-color: #F68CDA;
}
.TagClassName
{
border-color: #F68CDA;
}
</style>