Shades of Pale Magenta #F08BDA
Tints of Pale Magenta #F08BDA
RGB
CMYK
RGB Variations
Color information
#F08BDA (or 0xF08BDA) is known color: Pale Magenta. HEX triplet: F0, 8B and DA. RGB value is (240,139,218). Sum of RGB (Red+Green+Blue) = 240+139+218=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 139 (54.69% from 255 or 23.28% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BDA is #0F7425. Grayscale: #B1B1B1. Windows color (decimal): -1012774 or 14322672. OLE color: 14322672.
HSL color Cylindrical-coordinate representation of color #F08BDA: hue angle of 313.07º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F08BDA is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 218 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.06 |
| HSL | 313.07º | 0.77% | 0.74% | - |
| HSV(B) | 313.07º | 0.42% | 0.94% | - |
| XYZ | 57.82 | 42.05 | 71.4 | - |
| YUV | 178.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 218 | 0 | 0.42 | 0.09 | 0.06 | 313.07 | 0.77 | 0.74 |
| Hex | F0 | 8B | DA | 0 | 2A | 9 | 6 | 139 | 4D | 4A |
| Octal | 360 | 213 | 332 | 0 | 52 | 11 | 6 | 471 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11011010 | 0 | 101010 | 1001 | 110 | 100111001 | 1001101 | 1001010 |
Color Harmonies of #F08BDA
Complementary color
Monochromatic Colors of #F08BDA
Black with #F08BDA
Text Example
Text Example
White with #F08BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BDA; }
p { color: rgb(240,139,218); }
H1.HeaderClassName
{
color: #F08BDA;
}
.AnyTagClassName
{
color: #F08BDA;
}
</style>
background-color css
<style>
a { background-color: #F08BDA; }
a { background-color: rgb(240,139,218); }
div.DivClassName
{
background-color: #F08BDA;
}
.BgClassName
{
background-color: #F08BDA;
}
</style>
border-color css
<style>
span { border-color: #F08BDA; }
span { border-color: rgb(240,139,218); }
td.TdClassName
{
border-color: #F08BDA;
}
.TagClassName
{
border-color: #F08BDA;
}
</style>