Shades of Pale Magenta #F58FDB
Tints of Pale Magenta #F58FDB
RGB
CMYK
RGB Variations
Color information
#F58FDB (or 0xF58FDB) is known color: Pale Magenta. HEX triplet: F5, 8F and DB. RGB value is (245,143,219). Sum of RGB (Red+Green+Blue) = 245+143+219=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 143 (56.25% from 255 or 23.56% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58FDB is #0A7024. Grayscale: #B5B5B5. Windows color (decimal): -684069 or 14389237. OLE color: 14389237.
HSL color Cylindrical-coordinate representation of color #F58FDB: hue angle of 315.29º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FDB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 219 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.04 |
| HSL | 315.29º | 0.84% | 0.76% | - |
| HSV(B) | 315.29º | 0.42% | 0.96% | - |
| XYZ | 60.26 | 44.17 | 72.37 | - |
| YUV | 182.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 219 | 0 | 0.42 | 0.11 | 0.04 | 315.29 | 0.84 | 0.76 |
| Hex | F5 | 8F | DB | 0 | 2A | B | 4 | 13B | 54 | 4C |
| Octal | 365 | 217 | 333 | 0 | 52 | 13 | 4 | 473 | 124 | 114 |
| Binary | 11110101 | 10001111 | 11011011 | 0 | 101010 | 1011 | 100 | 100111011 | 1010100 | 1001100 |
Color Harmonies of #F58FDB
Complementary color
Monochromatic Colors of #F58FDB
Black with #F58FDB
Text Example
Text Example
White with #F58FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FDB; }
p { color: rgb(245,143,219); }
H1.HeaderClassName
{
color: #F58FDB;
}
.AnyTagClassName
{
color: #F58FDB;
}
</style>
background-color css
<style>
a { background-color: #F58FDB; }
a { background-color: rgb(245,143,219); }
div.DivClassName
{
background-color: #F58FDB;
}
.BgClassName
{
background-color: #F58FDB;
}
</style>
border-color css
<style>
span { border-color: #F58FDB; }
span { border-color: rgb(245,143,219); }
td.TdClassName
{
border-color: #F58FDB;
}
.TagClassName
{
border-color: #F58FDB;
}
</style>