Shades of Pale Magenta #F58CDB
Tints of Pale Magenta #F58CDB
RGB
CMYK
RGB Variations
Color information
#F58CDB (or 0xF58CDB) is known color: Pale Magenta. HEX triplet: F5, 8C and DB. RGB value is (245,140,219). Sum of RGB (Red+Green+Blue) = 245+140+219=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 140 (55.08% from 255 or 23.18% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58CDB is #0A7324. Grayscale: #B4B4B4. Windows color (decimal): -684837 or 14388469. OLE color: 14388469.
HSL color Cylindrical-coordinate representation of color #F58CDB: hue angle of 314.86º 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 #F58CDB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 219 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.04 |
| HSL | 314.86º | 0.84% | 0.75% | - |
| HSV(B) | 314.86º | 0.43% | 0.96% | - |
| XYZ | 59.82 | 43.28 | 72.22 | - |
| YUV | 180.4 | 149.79 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 219 | 0 | 0.43 | 0.11 | 0.04 | 314.86 | 0.84 | 0.75 |
| Hex | F5 | 8C | DB | 0 | 2B | B | 4 | 13B | 54 | 4B |
| Octal | 365 | 214 | 333 | 0 | 53 | 13 | 4 | 473 | 124 | 113 |
| Binary | 11110101 | 10001100 | 11011011 | 0 | 101011 | 1011 | 100 | 100111011 | 1010100 | 1001011 |
Color Harmonies of #F58CDB
Complementary color
Monochromatic Colors of #F58CDB
Black with #F58CDB
Text Example
Text Example
White with #F58CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CDB; }
p { color: rgb(245,140,219); }
H1.HeaderClassName
{
color: #F58CDB;
}
.AnyTagClassName
{
color: #F58CDB;
}
</style>
background-color css
<style>
a { background-color: #F58CDB; }
a { background-color: rgb(245,140,219); }
div.DivClassName
{
background-color: #F58CDB;
}
.BgClassName
{
background-color: #F58CDB;
}
</style>
border-color css
<style>
span { border-color: #F58CDB; }
span { border-color: rgb(245,140,219); }
td.TdClassName
{
border-color: #F58CDB;
}
.TagClassName
{
border-color: #F58CDB;
}
</style>