Shades of Pale Magenta #F58BD4
Tints of Pale Magenta #F58BD4
RGB
CMYK
RGB Variations
Color information
#F58BD4 (or 0xF58BD4) is known color: Pale Magenta. HEX triplet: F5, 8B and D4. RGB value is (245,139,212). Sum of RGB (Red+Green+Blue) = 245+139+212=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 139 (54.69% from 255 or 23.32% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58BD4 is #0A742B. Grayscale: #B2B2B2. Windows color (decimal): -685100 or 13929461. OLE color: 13929461.
HSL color Cylindrical-coordinate representation of color #F58BD4: hue angle of 318.68º 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 #F58BD4 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 212 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.04 |
| HSL | 318.68º | 0.84% | 0.75% | - |
| HSV(B) | 318.68º | 0.43% | 0.96% | - |
| XYZ | 58.77 | 42.63 | 67.42 | - |
| YUV | 179.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 212 | 0 | 0.43 | 0.13 | 0.04 | 318.68 | 0.84 | 0.75 |
| Hex | F5 | 8B | D4 | 0 | 2B | D | 4 | 13F | 54 | 4B |
| Octal | 365 | 213 | 324 | 0 | 53 | 15 | 4 | 477 | 124 | 113 |
| Binary | 11110101 | 10001011 | 11010100 | 0 | 101011 | 1101 | 100 | 100111111 | 1010100 | 1001011 |
Color Harmonies of #F58BD4
Complementary color
Monochromatic Colors of #F58BD4
Black with #F58BD4
Text Example
Text Example
White with #F58BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BD4; }
p { color: rgb(245,139,212); }
H1.HeaderClassName
{
color: #F58BD4;
}
.AnyTagClassName
{
color: #F58BD4;
}
</style>
background-color css
<style>
a { background-color: #F58BD4; }
a { background-color: rgb(245,139,212); }
div.DivClassName
{
background-color: #F58BD4;
}
.BgClassName
{
background-color: #F58BD4;
}
</style>
border-color css
<style>
span { border-color: #F58BD4; }
span { border-color: rgb(245,139,212); }
td.TdClassName
{
border-color: #F58BD4;
}
.TagClassName
{
border-color: #F58BD4;
}
</style>