Shades of Pale Magenta #F693ED
Tints of Pale Magenta #F693ED
RGB
CMYK
RGB Variations
Color information
#F693ED (or 0xF693ED) is known color: Pale Magenta. HEX triplet: F6, 93 and ED. RGB value is (246,147,237). Sum of RGB (Red+Green+Blue) = 246+147+237=630 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.05% from 630); Green value is 147 (57.81% from 255 or 23.33% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 246 - color contains mainly: red. Hex color #F693ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693ED is #096C12. Grayscale: #BABABA. Windows color (decimal): -617491 or 15569910. OLE color: 15569910.
HSL color Cylindrical-coordinate representation of color #F693ED: hue angle of 305.45º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F693ED is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 237 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.04 |
| HSL | 305.45º | 0.85% | 0.77% | - |
| HSV(B) | 305.45º | 0.4% | 0.96% | - |
| XYZ | 63.73 | 46.57 | 85.75 | - |
| YUV | 186.86 | 156.3 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 237 | 0 | 0.40 | 0.04 | 0.04 | 305.45 | 0.85 | 0.77 |
| Hex | F6 | 93 | ED | 0 | 28 | 4 | 4 | 131 | 55 | 4D |
| Octal | 366 | 223 | 355 | 0 | 50 | 4 | 4 | 461 | 125 | 115 |
| Binary | 11110110 | 10010011 | 11101101 | 0 | 101000 | 100 | 100 | 100110001 | 1010101 | 1001101 |
Color Harmonies of #F693ED
Complementary color
Monochromatic Colors of #F693ED
Black with #F693ED
Text Example
Text Example
White with #F693ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F693ED; }
p { color: rgb(246,147,237); }
H1.HeaderClassName
{
color: #F693ED;
}
.AnyTagClassName
{
color: #F693ED;
}
</style>
background-color css
<style>
a { background-color: #F693ED; }
a { background-color: rgb(246,147,237); }
div.DivClassName
{
background-color: #F693ED;
}
.BgClassName
{
background-color: #F693ED;
}
</style>
border-color css
<style>
span { border-color: #F693ED; }
span { border-color: rgb(246,147,237); }
td.TdClassName
{
border-color: #F693ED;
}
.TagClassName
{
border-color: #F693ED;
}
</style>