Shades of Pale Magenta #F58ADD
Tints of Pale Magenta #F58ADD
RGB
CMYK
RGB Variations
Color information
#F58ADD (or 0xF58ADD) is known color: Pale Magenta. HEX triplet: F5, 8A and DD. RGB value is (245,138,221). Sum of RGB (Red+Green+Blue) = 245+138+221=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ADD is #0A7522. Grayscale: #B3B3B3. Windows color (decimal): -685347 or 14519029. OLE color: 14519029.
HSL color Cylindrical-coordinate representation of color #F58ADD: hue angle of 313.46º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58ADD is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 221 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.04 |
| HSL | 313.46º | 0.84% | 0.75% | - |
| HSV(B) | 313.46º | 0.44% | 0.96% | - |
| XYZ | 59.8 | 42.81 | 73.52 | - |
| YUV | 179.46 | 151.45 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 221 | 0 | 0.44 | 0.10 | 0.04 | 313.46 | 0.84 | 0.75 |
| Hex | F5 | 8A | DD | 0 | 2C | A | 4 | 139 | 54 | 4B |
| Octal | 365 | 212 | 335 | 0 | 54 | 12 | 4 | 471 | 124 | 113 |
| Binary | 11110101 | 10001010 | 11011101 | 0 | 101100 | 1010 | 100 | 100111001 | 1010100 | 1001011 |
Color Harmonies of #F58ADD
Complementary color
Monochromatic Colors of #F58ADD
Black with #F58ADD
Text Example
Text Example
White with #F58ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58ADD; }
p { color: rgb(245,138,221); }
H1.HeaderClassName
{
color: #F58ADD;
}
.AnyTagClassName
{
color: #F58ADD;
}
</style>
background-color css
<style>
a { background-color: #F58ADD; }
a { background-color: rgb(245,138,221); }
div.DivClassName
{
background-color: #F58ADD;
}
.BgClassName
{
background-color: #F58ADD;
}
</style>
border-color css
<style>
span { border-color: #F58ADD; }
span { border-color: rgb(245,138,221); }
td.TdClassName
{
border-color: #F58ADD;
}
.TagClassName
{
border-color: #F58ADD;
}
</style>