Shades of Pale Magenta #F08FDB
Tints of Pale Magenta #F08FDB
RGB
CMYK
RGB Variations
Color information
#F08FDB (or 0xF08FDB) is known color: Pale Magenta. HEX triplet: F0, 8F and DB. RGB value is (240,143,219). Sum of RGB (Red+Green+Blue) = 240+143+219=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F08FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F08FDB is #0F7024. Grayscale: #B4B4B4. Windows color (decimal): -1011749 or 14389232. OLE color: 14389232.
HSL color Cylindrical-coordinate representation of color #F08FDB: hue angle of 312.99º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F08FDB is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 219 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.06 |
| HSL | 312.99º | 0.76% | 0.75% | - |
| HSV(B) | 312.99º | 0.4% | 0.94% | - |
| XYZ | 58.54 | 43.28 | 72.29 | - |
| YUV | 180.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 219 | 0 | 0.40 | 0.09 | 0.06 | 312.99 | 0.76 | 0.75 |
| Hex | F0 | 8F | DB | 0 | 28 | 9 | 6 | 139 | 4C | 4B |
| Octal | 360 | 217 | 333 | 0 | 50 | 11 | 6 | 471 | 114 | 113 |
| Binary | 11110000 | 10001111 | 11011011 | 0 | 101000 | 1001 | 110 | 100111001 | 1001100 | 1001011 |
Color Harmonies of #F08FDB
Complementary color
Monochromatic Colors of #F08FDB
Black with #F08FDB
Text Example
Text Example
White with #F08FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08FDB; }
p { color: rgb(240,143,219); }
H1.HeaderClassName
{
color: #F08FDB;
}
.AnyTagClassName
{
color: #F08FDB;
}
</style>
background-color css
<style>
a { background-color: #F08FDB; }
a { background-color: rgb(240,143,219); }
div.DivClassName
{
background-color: #F08FDB;
}
.BgClassName
{
background-color: #F08FDB;
}
</style>
border-color css
<style>
span { border-color: #F08FDB; }
span { border-color: rgb(240,143,219); }
td.TdClassName
{
border-color: #F08FDB;
}
.TagClassName
{
border-color: #F08FDB;
}
</style>