Shades of Pale Magenta #FC89F2
Tints of Pale Magenta #FC89F2
RGB
CMYK
RGB Variations
Color information
#FC89F2 (or 0xFC89F2) is known color: Pale Magenta. HEX triplet: FC, 89 and F2. RGB value is (252,137,242). Sum of RGB (Red+Green+Blue) = 252+137+242=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 137 (53.91% from 255 or 21.71% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC89F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC89F2 is #03760D. Grayscale: #B7B7B7. Windows color (decimal): -226830 or 15895036. OLE color: 15895036.
HSL color Cylindrical-coordinate representation of color #FC89F2: hue angle of 305.22º degrees, saturation: 0.95, 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 #FC89F2 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 242 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.01 |
| HSL | 305.22º | 0.95% | 0.76% | - |
| HSV(B) | 305.22º | 0.46% | 0.99% | - |
| XYZ | 65.12 | 45 | 89.26 | - |
| YUV | 183.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 242 | 0 | 0.46 | 0.04 | 0.01 | 305.22 | 0.95 | 0.76 |
| Hex | FC | 89 | F2 | 0 | 2E | 4 | 1 | 131 | 5F | 4C |
| Octal | 374 | 211 | 362 | 0 | 56 | 4 | 1 | 461 | 137 | 114 |
| Binary | 11111100 | 10001001 | 11110010 | 0 | 101110 | 100 | 1 | 100110001 | 1011111 | 1001100 |
Color Harmonies of #FC89F2
Complementary color
Monochromatic Colors of #FC89F2
Black with #FC89F2
Text Example
Text Example
White with #FC89F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC89F2; }
p { color: rgb(252,137,242); }
H1.HeaderClassName
{
color: #FC89F2;
}
.AnyTagClassName
{
color: #FC89F2;
}
</style>
background-color css
<style>
a { background-color: #FC89F2; }
a { background-color: rgb(252,137,242); }
div.DivClassName
{
background-color: #FC89F2;
}
.BgClassName
{
background-color: #FC89F2;
}
</style>
border-color css
<style>
span { border-color: #FC89F2; }
span { border-color: rgb(252,137,242); }
td.TdClassName
{
border-color: #FC89F2;
}
.TagClassName
{
border-color: #FC89F2;
}
</style>