Shades of Pale Magenta #FC8BF0
Tints of Pale Magenta #FC8BF0
RGB
CMYK
RGB Variations
Color information
#FC8BF0 (or 0xFC8BF0) is known color: Pale Magenta. HEX triplet: FC, 8B and F0. RGB value is (252,139,240). Sum of RGB (Red+Green+Blue) = 252+139+240=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8BF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8BF0 is #03740F. Grayscale: #B8B8B8. Windows color (decimal): -226320 or 15764476. OLE color: 15764476.
HSL color Cylindrical-coordinate representation of color #FC8BF0: hue angle of 306.37º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8BF0 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 240 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.01 |
| HSL | 306.37º | 0.95% | 0.77% | - |
| HSV(B) | 306.37º | 0.45% | 0.99% | - |
| XYZ | 65.11 | 45.45 | 87.78 | - |
| YUV | 184.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 240 | 0 | 0.45 | 0.05 | 0.01 | 306.37 | 0.95 | 0.77 |
| Hex | FC | 8B | F0 | 0 | 2D | 5 | 1 | 132 | 5F | 4D |
| Octal | 374 | 213 | 360 | 0 | 55 | 5 | 1 | 462 | 137 | 115 |
| Binary | 11111100 | 10001011 | 11110000 | 0 | 101101 | 101 | 1 | 100110010 | 1011111 | 1001101 |
Color Harmonies of #FC8BF0
Complementary color
Monochromatic Colors of #FC8BF0
Black with #FC8BF0
Text Example
Text Example
White with #FC8BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8BF0; }
p { color: rgb(252,139,240); }
H1.HeaderClassName
{
color: #FC8BF0;
}
.AnyTagClassName
{
color: #FC8BF0;
}
</style>
background-color css
<style>
a { background-color: #FC8BF0; }
a { background-color: rgb(252,139,240); }
div.DivClassName
{
background-color: #FC8BF0;
}
.BgClassName
{
background-color: #FC8BF0;
}
</style>
border-color css
<style>
span { border-color: #FC8BF0; }
span { border-color: rgb(252,139,240); }
td.TdClassName
{
border-color: #FC8BF0;
}
.TagClassName
{
border-color: #FC8BF0;
}
</style>