Shades of Pale Magenta #F68ADD
Tints of Pale Magenta #F68ADD
RGB
CMYK
RGB Variations
Color information
#F68ADD (or 0xF68ADD) is known color: Pale Magenta. HEX triplet: F6, 8A and DD. RGB value is (246,138,221). Sum of RGB (Red+Green+Blue) = 246+138+221=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F68ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68ADD is #097522. Grayscale: #B3B3B3. Windows color (decimal): -619811 or 14519030. OLE color: 14519030.
HSL color Cylindrical-coordinate representation of color #F68ADD: hue angle of 313.89º 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 #F68ADD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 221 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.04 |
| HSL | 313.89º | 0.86% | 0.75% | - |
| HSV(B) | 313.89º | 0.44% | 0.96% | - |
| XYZ | 60.15 | 42.99 | 73.53 | - |
| YUV | 179.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 221 | 0 | 0.44 | 0.10 | 0.04 | 313.89 | 0.86 | 0.75 |
| Hex | F6 | 8A | DD | 0 | 2C | A | 4 | 13A | 56 | 4B |
| Octal | 366 | 212 | 335 | 0 | 54 | 12 | 4 | 472 | 126 | 113 |
| Binary | 11110110 | 10001010 | 11011101 | 0 | 101100 | 1010 | 100 | 100111010 | 1010110 | 1001011 |
Color Harmonies of #F68ADD
Complementary color
Monochromatic Colors of #F68ADD
Black with #F68ADD
Text Example
Text Example
White with #F68ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68ADD; }
p { color: rgb(246,138,221); }
H1.HeaderClassName
{
color: #F68ADD;
}
.AnyTagClassName
{
color: #F68ADD;
}
</style>
background-color css
<style>
a { background-color: #F68ADD; }
a { background-color: rgb(246,138,221); }
div.DivClassName
{
background-color: #F68ADD;
}
.BgClassName
{
background-color: #F68ADD;
}
</style>
border-color css
<style>
span { border-color: #F68ADD; }
span { border-color: rgb(246,138,221); }
td.TdClassName
{
border-color: #F68ADD;
}
.TagClassName
{
border-color: #F68ADD;
}
</style>