Shades of Pale Magenta #F58BDB
Tints of Pale Magenta #F58BDB
RGB
CMYK
RGB Variations
Color information
#F58BDB (or 0xF58BDB) is known color: Pale Magenta. HEX triplet: F5, 8B and DB. RGB value is (245,139,219). Sum of RGB (Red+Green+Blue) = 245+139+219=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 139 (54.69% from 255 or 23.05% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BDB is #0A7424. Grayscale: #B3B3B3. Windows color (decimal): -685093 or 14388213. OLE color: 14388213.
HSL color Cylindrical-coordinate representation of color #F58BDB: hue angle of 314.72º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58BDB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 219 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.04 |
| HSL | 314.72º | 0.84% | 0.75% | - |
| HSV(B) | 314.72º | 0.43% | 0.96% | - |
| XYZ | 59.67 | 42.99 | 72.17 | - |
| YUV | 179.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 219 | 0 | 0.43 | 0.11 | 0.04 | 314.72 | 0.84 | 0.75 |
| Hex | F5 | 8B | DB | 0 | 2B | B | 4 | 13B | 54 | 4B |
| Octal | 365 | 213 | 333 | 0 | 53 | 13 | 4 | 473 | 124 | 113 |
| Binary | 11110101 | 10001011 | 11011011 | 0 | 101011 | 1011 | 100 | 100111011 | 1010100 | 1001011 |
Color Harmonies of #F58BDB
Complementary color
Monochromatic Colors of #F58BDB
Black with #F58BDB
Text Example
Text Example
White with #F58BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BDB; }
p { color: rgb(245,139,219); }
H1.HeaderClassName
{
color: #F58BDB;
}
.AnyTagClassName
{
color: #F58BDB;
}
</style>
background-color css
<style>
a { background-color: #F58BDB; }
a { background-color: rgb(245,139,219); }
div.DivClassName
{
background-color: #F58BDB;
}
.BgClassName
{
background-color: #F58BDB;
}
</style>
border-color css
<style>
span { border-color: #F58BDB; }
span { border-color: rgb(245,139,219); }
td.TdClassName
{
border-color: #F58BDB;
}
.TagClassName
{
border-color: #F58BDB;
}
</style>