Shades of Pale Magenta #F695ED
Tints of Pale Magenta #F695ED
RGB
CMYK
RGB Variations
Color information
#F695ED (or 0xF695ED) is known color: Pale Magenta. HEX triplet: F6, 95 and ED. RGB value is (246,149,237). Sum of RGB (Red+Green+Blue) = 246+149+237=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 149 (58.59% from 255 or 23.58% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F695ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F695ED is #096A12. Grayscale: #BBBBBB. Windows color (decimal): -616979 or 15570422. OLE color: 15570422.
HSL color Cylindrical-coordinate representation of color #F695ED: hue angle of 305.57º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695ED is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 237 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.04 |
| HSL | 305.57º | 0.84% | 0.77% | - |
| HSV(B) | 305.57º | 0.39% | 0.96% | - |
| XYZ | 64.04 | 47.2 | 85.86 | - |
| YUV | 188.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 237 | 0 | 0.39 | 0.04 | 0.04 | 305.57 | 0.84 | 0.77 |
| Hex | F6 | 95 | ED | 0 | 27 | 4 | 4 | 132 | 54 | 4D |
| Octal | 366 | 225 | 355 | 0 | 47 | 4 | 4 | 462 | 124 | 115 |
| Binary | 11110110 | 10010101 | 11101101 | 0 | 100111 | 100 | 100 | 100110010 | 1010100 | 1001101 |
Color Harmonies of #F695ED
Complementary color
Monochromatic Colors of #F695ED
Black with #F695ED
Text Example
Text Example
White with #F695ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695ED; }
p { color: rgb(246,149,237); }
H1.HeaderClassName
{
color: #F695ED;
}
.AnyTagClassName
{
color: #F695ED;
}
</style>
background-color css
<style>
a { background-color: #F695ED; }
a { background-color: rgb(246,149,237); }
div.DivClassName
{
background-color: #F695ED;
}
.BgClassName
{
background-color: #F695ED;
}
</style>
border-color css
<style>
span { border-color: #F695ED; }
span { border-color: rgb(246,149,237); }
td.TdClassName
{
border-color: #F695ED;
}
.TagClassName
{
border-color: #F695ED;
}
</style>