Shades of Pale Magenta #F890DF
Tints of Pale Magenta #F890DF
RGB
CMYK
RGB Variations
Color information
#F890DF (or 0xF890DF) is known color: Pale Magenta. HEX triplet: F8, 90 and DF. RGB value is (248,144,223). Sum of RGB (Red+Green+Blue) = 248+144+223=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 144 (56.64% from 255 or 23.41% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F890DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890DF is #076F20. Grayscale: #B7B7B7. Windows color (decimal): -487201 or 14651640. OLE color: 14651640.
HSL color Cylindrical-coordinate representation of color #F890DF: hue angle of 314.42º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F890DF is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 223 | - |
| CMYK | 0 | 0.42 | 0.10 | 0.03 |
| HSL | 314.42º | 0.88% | 0.77% | - |
| HSV(B) | 314.42º | 0.42% | 0.97% | - |
| XYZ | 62 | 45.23 | 75.27 | - |
| YUV | 184.1 | 149.96 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 223 | 0 | 0.42 | 0.10 | 0.03 | 314.42 | 0.88 | 0.77 |
| Hex | F8 | 90 | DF | 0 | 2A | A | 3 | 13A | 58 | 4D |
| Octal | 370 | 220 | 337 | 0 | 52 | 12 | 3 | 472 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11011111 | 0 | 101010 | 1010 | 11 | 100111010 | 1011000 | 1001101 |
Color Harmonies of #F890DF
Complementary color
Monochromatic Colors of #F890DF
Black with #F890DF
Text Example
Text Example
White with #F890DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890DF; }
p { color: rgb(248,144,223); }
H1.HeaderClassName
{
color: #F890DF;
}
.AnyTagClassName
{
color: #F890DF;
}
</style>
background-color css
<style>
a { background-color: #F890DF; }
a { background-color: rgb(248,144,223); }
div.DivClassName
{
background-color: #F890DF;
}
.BgClassName
{
background-color: #F890DF;
}
</style>
border-color css
<style>
span { border-color: #F890DF; }
span { border-color: rgb(248,144,223); }
td.TdClassName
{
border-color: #F890DF;
}
.TagClassName
{
border-color: #F890DF;
}
</style>