Shades of Pale Magenta #FC8AF2
Tints of Pale Magenta #FC8AF2
RGB
CMYK
RGB Variations
Color information
#FC8AF2 (or 0xFC8AF2) is known color: Pale Magenta. HEX triplet: FC, 8A and F2. RGB value is (252,138,242). Sum of RGB (Red+Green+Blue) = 252+138+242=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 138 (54.30% from 255 or 21.84% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF2 is #03750D. Grayscale: #B7B7B7. Windows color (decimal): -226574 or 15895292. OLE color: 15895292.
HSL color Cylindrical-coordinate representation of color #FC8AF2: hue angle of 305.26º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8AF2 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 242 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.01 |
| HSL | 305.26º | 0.95% | 0.76% | - |
| HSV(B) | 305.26º | 0.45% | 0.99% | - |
| XYZ | 65.26 | 45.28 | 89.31 | - |
| YUV | 183.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 242 | 0 | 0.45 | 0.04 | 0.01 | 305.26 | 0.95 | 0.76 |
| Hex | FC | 8A | F2 | 0 | 2D | 4 | 1 | 131 | 5F | 4C |
| Octal | 374 | 212 | 362 | 0 | 55 | 4 | 1 | 461 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11110010 | 0 | 101101 | 100 | 1 | 100110001 | 1011111 | 1001100 |
Color Harmonies of #FC8AF2
Complementary color
Monochromatic Colors of #FC8AF2
Black with #FC8AF2
Text Example
Text Example
White with #FC8AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8AF2; }
p { color: rgb(252,138,242); }
H1.HeaderClassName
{
color: #FC8AF2;
}
.AnyTagClassName
{
color: #FC8AF2;
}
</style>
background-color css
<style>
a { background-color: #FC8AF2; }
a { background-color: rgb(252,138,242); }
div.DivClassName
{
background-color: #FC8AF2;
}
.BgClassName
{
background-color: #FC8AF2;
}
</style>
border-color css
<style>
span { border-color: #FC8AF2; }
span { border-color: rgb(252,138,242); }
td.TdClassName
{
border-color: #FC8AF2;
}
.TagClassName
{
border-color: #FC8AF2;
}
</style>