Shades of Pale Magenta #F08BDC
Tints of Pale Magenta #F08BDC
RGB
CMYK
RGB Variations
Color information
#F08BDC (or 0xF08BDC) is known color: Pale Magenta. HEX triplet: F0, 8B and DC. RGB value is (240,139,220). Sum of RGB (Red+Green+Blue) = 240+139+220=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F08BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08BDC is #0F7423. Grayscale: #B2B2B2. Windows color (decimal): -1012772 or 14453744. OLE color: 14453744.
HSL color Cylindrical-coordinate representation of color #F08BDC: hue angle of 311.88º 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 #F08BDC is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 220 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.06 |
| HSL | 311.88º | 0.77% | 0.74% | - |
| HSV(B) | 311.88º | 0.42% | 0.94% | - |
| XYZ | 58.09 | 42.16 | 72.79 | - |
| YUV | 178.43 | 151.46 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 220 | 0 | 0.42 | 0.08 | 0.06 | 311.88 | 0.77 | 0.74 |
| Hex | F0 | 8B | DC | 0 | 2A | 8 | 6 | 138 | 4D | 4A |
| Octal | 360 | 213 | 334 | 0 | 52 | 10 | 6 | 470 | 115 | 112 |
| Binary | 11110000 | 10001011 | 11011100 | 0 | 101010 | 1000 | 110 | 100111000 | 1001101 | 1001010 |
Color Harmonies of #F08BDC
Complementary color
Monochromatic Colors of #F08BDC
Black with #F08BDC
Text Example
Text Example
White with #F08BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08BDC; }
p { color: rgb(240,139,220); }
H1.HeaderClassName
{
color: #F08BDC;
}
.AnyTagClassName
{
color: #F08BDC;
}
</style>
background-color css
<style>
a { background-color: #F08BDC; }
a { background-color: rgb(240,139,220); }
div.DivClassName
{
background-color: #F08BDC;
}
.BgClassName
{
background-color: #F08BDC;
}
</style>
border-color css
<style>
span { border-color: #F08BDC; }
span { border-color: rgb(240,139,220); }
td.TdClassName
{
border-color: #F08BDC;
}
.TagClassName
{
border-color: #F08BDC;
}
</style>