Shades of Pale Magenta #F892E4
Tints of Pale Magenta #F892E4
RGB
CMYK
RGB Variations
Color information
#F892E4 (or 0xF892E4) is known color: Pale Magenta. HEX triplet: F8, 92 and E4. RGB value is (248,146,228). Sum of RGB (Red+Green+Blue) = 248+146+228=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 146 (57.42% from 255 or 23.47% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F892E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F892E4 is #076D1B. Grayscale: #B9B9B9. Windows color (decimal): -486684 or 14979832. OLE color: 14979832.
HSL color Cylindrical-coordinate representation of color #F892E4: hue angle of 311.76º 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 #F892E4 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 228 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.03 |
| HSL | 311.76º | 0.88% | 0.77% | - |
| HSV(B) | 311.76º | 0.41% | 0.97% | - |
| XYZ | 62.99 | 46.12 | 78.98 | - |
| YUV | 185.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 228 | 0 | 0.41 | 0.08 | 0.03 | 311.76 | 0.88 | 0.77 |
| Hex | F8 | 92 | E4 | 0 | 29 | 8 | 3 | 138 | 58 | 4D |
| Octal | 370 | 222 | 344 | 0 | 51 | 10 | 3 | 470 | 130 | 115 |
| Binary | 11111000 | 10010010 | 11100100 | 0 | 101001 | 1000 | 11 | 100111000 | 1011000 | 1001101 |
Color Harmonies of #F892E4
Complementary color
Monochromatic Colors of #F892E4
Black with #F892E4
Text Example
Text Example
White with #F892E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F892E4; }
p { color: rgb(248,146,228); }
H1.HeaderClassName
{
color: #F892E4;
}
.AnyTagClassName
{
color: #F892E4;
}
</style>
background-color css
<style>
a { background-color: #F892E4; }
a { background-color: rgb(248,146,228); }
div.DivClassName
{
background-color: #F892E4;
}
.BgClassName
{
background-color: #F892E4;
}
</style>
border-color css
<style>
span { border-color: #F892E4; }
span { border-color: rgb(248,146,228); }
td.TdClassName
{
border-color: #F892E4;
}
.TagClassName
{
border-color: #F892E4;
}
</style>