Shades of Pale Magenta #FD89F0
Tints of Pale Magenta #FD89F0
RGB
CMYK
RGB Variations
Color information
#FD89F0 (or 0xFD89F0) is known color: Pale Magenta. HEX triplet: FD, 89 and F0. RGB value is (253,137,240). Sum of RGB (Red+Green+Blue) = 253+137+240=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 137 (53.91% from 255 or 21.75% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FD89F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD89F0 is #02760F. Grayscale: #B7B7B7. Windows color (decimal): -161296 or 15763965. OLE color: 15763965.
HSL color Cylindrical-coordinate representation of color #FD89F0: hue angle of 306.72º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FD89F0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 137 | 240 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.01 |
| HSL | 306.72º | 0.97% | 0.76% | - |
| HSV(B) | 306.72º | 0.46% | 0.99% | - |
| XYZ | 65.18 | 45.07 | 87.7 | - |
| YUV | 183.43 | 159.93 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 137 | 240 | 0 | 0.46 | 0.05 | 0.01 | 306.72 | 0.97 | 0.76 |
| Hex | FD | 89 | F0 | 0 | 2E | 5 | 1 | 133 | 61 | 4C |
| Octal | 375 | 211 | 360 | 0 | 56 | 5 | 1 | 463 | 141 | 114 |
| Binary | 11111101 | 10001001 | 11110000 | 0 | 101110 | 101 | 1 | 100110011 | 1100001 | 1001100 |
Color Harmonies of #FD89F0
Complementary color
Monochromatic Colors of #FD89F0
Black with #FD89F0
Text Example
Text Example
White with #FD89F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD89F0; }
p { color: rgb(253,137,240); }
H1.HeaderClassName
{
color: #FD89F0;
}
.AnyTagClassName
{
color: #FD89F0;
}
</style>
background-color css
<style>
a { background-color: #FD89F0; }
a { background-color: rgb(253,137,240); }
div.DivClassName
{
background-color: #FD89F0;
}
.BgClassName
{
background-color: #FD89F0;
}
</style>
border-color css
<style>
span { border-color: #FD89F0; }
span { border-color: rgb(253,137,240); }
td.TdClassName
{
border-color: #FD89F0;
}
.TagClassName
{
border-color: #FD89F0;
}
</style>