Shades of Pale Magenta #F08ADA
Tints of Pale Magenta #F08ADA
RGB
CMYK
RGB Variations
Color information
#F08ADA (or 0xF08ADA) is known color: Pale Magenta. HEX triplet: F0, 8A and DA. RGB value is (240,138,218). Sum of RGB (Red+Green+Blue) = 240+138+218=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 138 (54.30% from 255 or 23.15% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F08ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08ADA is #0F7525. Grayscale: #B1B1B1. Windows color (decimal): -1013030 or 14322416. OLE color: 14322416.
HSL color Cylindrical-coordinate representation of color #F08ADA: hue angle of 312.94º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F08ADA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 218 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.06 |
| HSL | 312.94º | 0.77% | 0.74% | - |
| HSV(B) | 312.94º | 0.43% | 0.94% | - |
| XYZ | 57.68 | 41.76 | 71.35 | - |
| YUV | 177.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 218 | 0 | 0.42 | 0.09 | 0.06 | 312.94 | 0.77 | 0.74 |
| Hex | F0 | 8A | DA | 0 | 2A | 9 | 6 | 139 | 4D | 4A |
| Octal | 360 | 212 | 332 | 0 | 52 | 11 | 6 | 471 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11011010 | 0 | 101010 | 1001 | 110 | 100111001 | 1001101 | 1001010 |
Color Harmonies of #F08ADA
Complementary color
Monochromatic Colors of #F08ADA
Black with #F08ADA
Text Example
Text Example
White with #F08ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08ADA; }
p { color: rgb(240,138,218); }
H1.HeaderClassName
{
color: #F08ADA;
}
.AnyTagClassName
{
color: #F08ADA;
}
</style>
background-color css
<style>
a { background-color: #F08ADA; }
a { background-color: rgb(240,138,218); }
div.DivClassName
{
background-color: #F08ADA;
}
.BgClassName
{
background-color: #F08ADA;
}
</style>
border-color css
<style>
span { border-color: #F08ADA; }
span { border-color: rgb(240,138,218); }
td.TdClassName
{
border-color: #F08ADA;
}
.TagClassName
{
border-color: #F08ADA;
}
</style>