Shades of Pale Magenta #FC8AF1
Tints of Pale Magenta #FC8AF1
RGB
CMYK
RGB Variations
Color information
#FC8AF1 (or 0xFC8AF1) is known color: Pale Magenta. HEX triplet: FC, 8A and F1. RGB value is (252,138,241). Sum of RGB (Red+Green+Blue) = 252+138+241=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 138 (54.30% from 255 or 21.87% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8AF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC8AF1 is #03750E. Grayscale: #B7B7B7. Windows color (decimal): -226575 or 15829756. OLE color: 15829756.
HSL color Cylindrical-coordinate representation of color #FC8AF1: hue angle of 305.79º 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 #FC8AF1 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 241 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.01 |
| HSL | 305.79º | 0.95% | 0.76% | - |
| HSV(B) | 305.79º | 0.45% | 0.99% | - |
| XYZ | 65.11 | 45.22 | 88.52 | - |
| YUV | 183.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 241 | 0 | 0.45 | 0.04 | 0.01 | 305.79 | 0.95 | 0.76 |
| Hex | FC | 8A | F1 | 0 | 2D | 4 | 1 | 132 | 5F | 4C |
| Octal | 374 | 212 | 361 | 0 | 55 | 4 | 1 | 462 | 137 | 114 |
| Binary | 11111100 | 10001010 | 11110001 | 0 | 101101 | 100 | 1 | 100110010 | 1011111 | 1001100 |
Color Harmonies of #FC8AF1
Complementary color
Monochromatic Colors of #FC8AF1
Black with #FC8AF1
Text Example
Text Example
White with #FC8AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8AF1; }
p { color: rgb(252,138,241); }
H1.HeaderClassName
{
color: #FC8AF1;
}
.AnyTagClassName
{
color: #FC8AF1;
}
</style>
background-color css
<style>
a { background-color: #FC8AF1; }
a { background-color: rgb(252,138,241); }
div.DivClassName
{
background-color: #FC8AF1;
}
.BgClassName
{
background-color: #FC8AF1;
}
</style>
border-color css
<style>
span { border-color: #FC8AF1; }
span { border-color: rgb(252,138,241); }
td.TdClassName
{
border-color: #FC8AF1;
}
.TagClassName
{
border-color: #FC8AF1;
}
</style>