Shades of Pale Magenta #F395EA
Tints of Pale Magenta #F395EA
RGB
CMYK
RGB Variations
Color information
#F395EA (or 0xF395EA) is known color: Pale Magenta. HEX triplet: F3, 95 and EA. RGB value is (243,149,234). Sum of RGB (Red+Green+Blue) = 243+149+234=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F395EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F395EA is #0C6A15. Grayscale: #BABABA. Windows color (decimal): -813590 or 15373811. OLE color: 15373811.
HSL color Cylindrical-coordinate representation of color #F395EA: hue angle of 305.74º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F395EA is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 149 | 234 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.05 |
| HSL | 305.74º | 0.8% | 0.77% | - |
| HSV(B) | 305.74º | 0.39% | 0.95% | - |
| XYZ | 62.56 | 46.49 | 83.52 | - |
| YUV | 186.8 | 154.64 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 149 | 234 | 0 | 0.39 | 0.04 | 0.05 | 305.74 | 0.8 | 0.77 |
| Hex | F3 | 95 | EA | 0 | 27 | 4 | 5 | 132 | 50 | 4D |
| Octal | 363 | 225 | 352 | 0 | 47 | 4 | 5 | 462 | 120 | 115 |
| Binary | 11110011 | 10010101 | 11101010 | 0 | 100111 | 100 | 101 | 100110010 | 1010000 | 1001101 |
Color Harmonies of #F395EA
Complementary color
Monochromatic Colors of #F395EA
Black with #F395EA
Text Example
Text Example
White with #F395EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F395EA; }
p { color: rgb(243,149,234); }
H1.HeaderClassName
{
color: #F395EA;
}
.AnyTagClassName
{
color: #F395EA;
}
</style>
background-color css
<style>
a { background-color: #F395EA; }
a { background-color: rgb(243,149,234); }
div.DivClassName
{
background-color: #F395EA;
}
.BgClassName
{
background-color: #F395EA;
}
</style>
border-color css
<style>
span { border-color: #F395EA; }
span { border-color: rgb(243,149,234); }
td.TdClassName
{
border-color: #F395EA;
}
.TagClassName
{
border-color: #F395EA;
}
</style>