Shades of Pale Magenta #F693EA
Tints of Pale Magenta #F693EA
RGB
CMYK
RGB Variations
Color information
#F693EA (or 0xF693EA) is known color: Pale Magenta. HEX triplet: F6, 93 and EA. RGB value is (246,147,234). Sum of RGB (Red+Green+Blue) = 246+147+234=627 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.23% from 627); Green value is 147 (57.81% from 255 or 23.44% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 246 - color contains mainly: red. Hex color #F693EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F693EA is #096C15. Grayscale: #BABABA. Windows color (decimal): -617494 or 15373302. OLE color: 15373302.
HSL color Cylindrical-coordinate representation of color #F693EA: hue angle of 307.27º 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 #F693EA is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 147 | 234 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.04 |
| HSL | 307.27º | 0.85% | 0.77% | - |
| HSV(B) | 307.27º | 0.4% | 0.96% | - |
| XYZ | 63.29 | 46.4 | 83.46 | - |
| YUV | 186.52 | 154.8 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 147 | 234 | 0 | 0.40 | 0.05 | 0.04 | 307.27 | 0.85 | 0.77 |
| Hex | F6 | 93 | EA | 0 | 28 | 5 | 4 | 133 | 55 | 4D |
| Octal | 366 | 223 | 352 | 0 | 50 | 5 | 4 | 463 | 125 | 115 |
| Binary | 11110110 | 10010011 | 11101010 | 0 | 101000 | 101 | 100 | 100110011 | 1010101 | 1001101 |
Color Harmonies of #F693EA
Complementary color
Monochromatic Colors of #F693EA
Black with #F693EA
Text Example
Text Example
White with #F693EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F693EA; }
p { color: rgb(246,147,234); }
H1.HeaderClassName
{
color: #F693EA;
}
.AnyTagClassName
{
color: #F693EA;
}
</style>
background-color css
<style>
a { background-color: #F693EA; }
a { background-color: rgb(246,147,234); }
div.DivClassName
{
background-color: #F693EA;
}
.BgClassName
{
background-color: #F693EA;
}
</style>
border-color css
<style>
span { border-color: #F693EA; }
span { border-color: rgb(246,147,234); }
td.TdClassName
{
border-color: #F693EA;
}
.TagClassName
{
border-color: #F693EA;
}
</style>