Shades of Pale Magenta #F892E2
Tints of Pale Magenta #F892E2
RGB
CMYK
RGB Variations
Color information
#F892E2 (or 0xF892E2) is known color: Pale Magenta. HEX triplet: F8, 92 and E2. RGB value is (248,146,226). Sum of RGB (Red+Green+Blue) = 248+146+226=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 146 (57.42% from 255 or 23.55% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F892E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892E2 is #076D1D. Grayscale: #B9B9B9. Windows color (decimal): -486686 or 14848760. OLE color: 14848760.
HSL color Cylindrical-coordinate representation of color #F892E2: hue angle of 312.94º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F892E2 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 226 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.03 |
| HSL | 312.94º | 0.88% | 0.77% | - |
| HSV(B) | 312.94º | 0.41% | 0.97% | - |
| XYZ | 62.72 | 46.01 | 77.53 | - |
| YUV | 185.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 226 | 0 | 0.41 | 0.09 | 0.03 | 312.94 | 0.88 | 0.77 |
| Hex | F8 | 92 | E2 | 0 | 29 | 9 | 3 | 139 | 58 | 4D |
| Octal | 370 | 222 | 342 | 0 | 51 | 11 | 3 | 471 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11100010 | 0 | 101001 | 1001 | 11 | 100111001 | 1011000 | 1001101 |
Color Harmonies of #F892E2
Complementary color
Monochromatic Colors of #F892E2
Black with #F892E2
Text Example
Text Example
White with #F892E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892E2; }
p { color: rgb(248,146,226); }
H1.HeaderClassName
{
color: #F892E2;
}
.AnyTagClassName
{
color: #F892E2;
}
</style>
background-color css
<style>
a { background-color: #F892E2; }
a { background-color: rgb(248,146,226); }
div.DivClassName
{
background-color: #F892E2;
}
.BgClassName
{
background-color: #F892E2;
}
</style>
border-color css
<style>
span { border-color: #F892E2; }
span { border-color: rgb(248,146,226); }
td.TdClassName
{
border-color: #F892E2;
}
.TagClassName
{
border-color: #F892E2;
}
</style>