Shades of Pale Magenta #F08AD4
Tints of Pale Magenta #F08AD4
RGB
CMYK
RGB Variations
Color information
#F08AD4 (or 0xF08AD4) is known color: Pale Magenta. HEX triplet: F0, 8A and D4. RGB value is (240,138,212). Sum of RGB (Red+Green+Blue) = 240+138+212=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F08AD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08AD4 is #0F752B. Grayscale: #B0B0B0. Windows color (decimal): -1013036 or 13929200. OLE color: 13929200.
HSL color Cylindrical-coordinate representation of color #F08AD4: hue angle of 316.47º 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 #F08AD4 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 212 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.06 |
| HSL | 316.47º | 0.77% | 0.74% | - |
| HSV(B) | 316.47º | 0.43% | 0.94% | - |
| XYZ | 56.91 | 41.46 | 67.29 | - |
| YUV | 176.93 | 147.79 | 172.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 212 | 0 | 0.42 | 0.12 | 0.06 | 316.47 | 0.77 | 0.74 |
| Hex | F0 | 8A | D4 | 0 | 2A | C | 6 | 13C | 4D | 4A |
| Octal | 360 | 212 | 324 | 0 | 52 | 14 | 6 | 474 | 115 | 112 |
| Binary | 11110000 | 10001010 | 11010100 | 0 | 101010 | 1100 | 110 | 100111100 | 1001101 | 1001010 |
Color Harmonies of #F08AD4
Complementary color
Monochromatic Colors of #F08AD4
Black with #F08AD4
Text Example
Text Example
White with #F08AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08AD4; }
p { color: rgb(240,138,212); }
H1.HeaderClassName
{
color: #F08AD4;
}
.AnyTagClassName
{
color: #F08AD4;
}
</style>
background-color css
<style>
a { background-color: #F08AD4; }
a { background-color: rgb(240,138,212); }
div.DivClassName
{
background-color: #F08AD4;
}
.BgClassName
{
background-color: #F08AD4;
}
</style>
border-color css
<style>
span { border-color: #F08AD4; }
span { border-color: rgb(240,138,212); }
td.TdClassName
{
border-color: #F08AD4;
}
.TagClassName
{
border-color: #F08AD4;
}
</style>