Shades of Pale Magenta #F681D3
Tints of Pale Magenta #F681D3
RGB
CMYK
RGB Variations
Color information
#F681D3 (or 0xF681D3) is known color: Pale Magenta. HEX triplet: F6, 81 and D3. RGB value is (246,129,211). Sum of RGB (Red+Green+Blue) = 246+129+211=586 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.98% from 586); Green value is 129 (50.78% from 255 or 22.01% from 586); Blue value is 211 (82.81% from 255 or 36.01% from 586); Max value from RGB is 246 - color contains mainly: red. Hex color #F681D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F681D3 is #097E2C. Grayscale: #ADADAD. Windows color (decimal): -622125 or 13861366. OLE color: 13861366.
HSL color Cylindrical-coordinate representation of color #F681D3: hue angle of 317.95º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681D3 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 211 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.04 |
| HSL | 317.95º | 0.87% | 0.74% | - |
| HSV(B) | 317.95º | 0.48% | 0.96% | - |
| XYZ | 57.61 | 40 | 66.31 | - |
| YUV | 173.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 211 | 0 | 0.48 | 0.14 | 0.04 | 317.95 | 0.87 | 0.74 |
| Hex | F6 | 81 | D3 | 0 | 30 | E | 4 | 13E | 57 | 4A |
| Octal | 366 | 201 | 323 | 0 | 60 | 16 | 4 | 476 | 127 | 112 |
| Binary | 11110110 | 10000001 | 11010011 | 0 | 110000 | 1110 | 100 | 100111110 | 1010111 | 1001010 |
Color Harmonies of #F681D3
Complementary color
Monochromatic Colors of #F681D3
Black with #F681D3
Text Example
Text Example
White with #F681D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681D3; }
p { color: rgb(246,129,211); }
H1.HeaderClassName
{
color: #F681D3;
}
.AnyTagClassName
{
color: #F681D3;
}
</style>
background-color css
<style>
a { background-color: #F681D3; }
a { background-color: rgb(246,129,211); }
div.DivClassName
{
background-color: #F681D3;
}
.BgClassName
{
background-color: #F681D3;
}
</style>
border-color css
<style>
span { border-color: #F681D3; }
span { border-color: rgb(246,129,211); }
td.TdClassName
{
border-color: #F681D3;
}
.TagClassName
{
border-color: #F681D3;
}
</style>