Shades of Pale Magenta #F58BDA
Tints of Pale Magenta #F58BDA
RGB
CMYK
RGB Variations
Color information
#F58BDA (or 0xF58BDA) is known color: Pale Magenta. HEX triplet: F5, 8B and DA. RGB value is (245,139,218). Sum of RGB (Red+Green+Blue) = 245+139+218=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BDA is #0A7425. Grayscale: #B3B3B3. Windows color (decimal): -685094 or 14322677. OLE color: 14322677.
HSL color Cylindrical-coordinate representation of color #F58BDA: hue angle of 315.28º 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 #F58BDA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 218 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.04 |
| HSL | 315.28º | 0.84% | 0.75% | - |
| HSV(B) | 315.28º | 0.43% | 0.96% | - |
| XYZ | 59.54 | 42.94 | 71.48 | - |
| YUV | 179.7 | 149.62 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 218 | 0 | 0.43 | 0.11 | 0.04 | 315.28 | 0.84 | 0.75 |
| Hex | F5 | 8B | DA | 0 | 2B | B | 4 | 13B | 54 | 4B |
| Octal | 365 | 213 | 332 | 0 | 53 | 13 | 4 | 473 | 124 | 113 |
| Binary | 11110101 | 10001011 | 11011010 | 0 | 101011 | 1011 | 100 | 100111011 | 1010100 | 1001011 |
Color Harmonies of #F58BDA
Complementary color
Monochromatic Colors of #F58BDA
Black with #F58BDA
Text Example
Text Example
White with #F58BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BDA; }
p { color: rgb(245,139,218); }
H1.HeaderClassName
{
color: #F58BDA;
}
.AnyTagClassName
{
color: #F58BDA;
}
</style>
background-color css
<style>
a { background-color: #F58BDA; }
a { background-color: rgb(245,139,218); }
div.DivClassName
{
background-color: #F58BDA;
}
.BgClassName
{
background-color: #F58BDA;
}
</style>
border-color css
<style>
span { border-color: #F58BDA; }
span { border-color: rgb(245,139,218); }
td.TdClassName
{
border-color: #F58BDA;
}
.TagClassName
{
border-color: #F58BDA;
}
</style>