Shades of Pale Magenta #F890DD
Tints of Pale Magenta #F890DD
RGB
CMYK
RGB Variations
Color information
#F890DD (or 0xF890DD) is known color: Pale Magenta. HEX triplet: F8, 90 and DD. RGB value is (248,144,221). Sum of RGB (Red+Green+Blue) = 248+144+221=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 144 (56.64% from 255 or 23.49% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F890DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F890DD is #076F22. Grayscale: #B7B7B7. Windows color (decimal): -487203 or 14520568. OLE color: 14520568.
HSL color Cylindrical-coordinate representation of color #F890DD: hue angle of 315.58º 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 #F890DD is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 144 | 221 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.03 |
| HSL | 315.58º | 0.88% | 0.77% | - |
| HSV(B) | 315.58º | 0.42% | 0.97% | - |
| XYZ | 61.74 | 45.12 | 73.86 | - |
| YUV | 183.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 144 | 221 | 0 | 0.42 | 0.11 | 0.03 | 315.58 | 0.88 | 0.77 |
| Hex | F8 | 90 | DD | 0 | 2A | B | 3 | 13C | 58 | 4D |
| Octal | 370 | 220 | 335 | 0 | 52 | 13 | 3 | 474 | 130 | 115 |
| Binary | 11111000 | 10010000 | 11011101 | 0 | 101010 | 1011 | 11 | 100111100 | 1011000 | 1001101 |
Color Harmonies of #F890DD
Complementary color
Monochromatic Colors of #F890DD
Black with #F890DD
Text Example
Text Example
White with #F890DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F890DD; }
p { color: rgb(248,144,221); }
H1.HeaderClassName
{
color: #F890DD;
}
.AnyTagClassName
{
color: #F890DD;
}
</style>
background-color css
<style>
a { background-color: #F890DD; }
a { background-color: rgb(248,144,221); }
div.DivClassName
{
background-color: #F890DD;
}
.BgClassName
{
background-color: #F890DD;
}
</style>
border-color css
<style>
span { border-color: #F890DD; }
span { border-color: rgb(248,144,221); }
td.TdClassName
{
border-color: #F890DD;
}
.TagClassName
{
border-color: #F890DD;
}
</style>