Shades of Pale Magenta #F392E8
Tints of Pale Magenta #F392E8
RGB
CMYK
RGB Variations
Color information
#F392E8 (or 0xF392E8) is known color: Pale Magenta. HEX triplet: F3, 92 and E8. RGB value is (243,146,232). Sum of RGB (Red+Green+Blue) = 243+146+232=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 146 (57.42% from 255 or 23.51% from 621); Blue value is 232 (91.02% from 255 or 37.36% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F392E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F392E8 is #0C6D17. Grayscale: #B8B8B8. Windows color (decimal): -814360 or 15241971. OLE color: 15241971.
HSL color Cylindrical-coordinate representation of color #F392E8: hue angle of 306.8º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F392E8 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 232 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.05 |
| HSL | 306.8º | 0.8% | 0.76% | - |
| HSV(B) | 306.8º | 0.4% | 0.95% | - |
| XYZ | 61.81 | 45.44 | 81.86 | - |
| YUV | 184.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 232 | 0 | 0.40 | 0.05 | 0.05 | 306.8 | 0.8 | 0.76 |
| Hex | F3 | 92 | E8 | 0 | 28 | 5 | 5 | 133 | 50 | 4C |
| Octal | 363 | 222 | 350 | 0 | 50 | 5 | 5 | 463 | 120 | 114 |
| Binary | 11110011 | 10010010 | 11101000 | 0 | 101000 | 101 | 101 | 100110011 | 1010000 | 1001100 |
Color Harmonies of #F392E8
Complementary color
Monochromatic Colors of #F392E8
Black with #F392E8
Text Example
Text Example
White with #F392E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F392E8; }
p { color: rgb(243,146,232); }
H1.HeaderClassName
{
color: #F392E8;
}
.AnyTagClassName
{
color: #F392E8;
}
</style>
background-color css
<style>
a { background-color: #F392E8; }
a { background-color: rgb(243,146,232); }
div.DivClassName
{
background-color: #F392E8;
}
.BgClassName
{
background-color: #F392E8;
}
</style>
border-color css
<style>
span { border-color: #F392E8; }
span { border-color: rgb(243,146,232); }
td.TdClassName
{
border-color: #F392E8;
}
.TagClassName
{
border-color: #F392E8;
}
</style>