Shades of Pale Magenta #FC85F2
Tints of Pale Magenta #FC85F2
RGB
CMYK
RGB Variations
Color information
#FC85F2 (or 0xFC85F2) is known color: Pale Magenta. HEX triplet: FC, 85 and F2. RGB value is (252,133,242). Sum of RGB (Red+Green+Blue) = 252+133+242=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 133 (52.34% from 255 or 21.21% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FC85F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC85F2 is #037A0D. Grayscale: #B4B4B4. Windows color (decimal): -227854 or 15894012. OLE color: 15894012.
HSL color Cylindrical-coordinate representation of color #FC85F2: hue angle of 305.04º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC85F2 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 242 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.01 |
| HSL | 305.04º | 0.95% | 0.75% | - |
| HSV(B) | 305.04º | 0.47% | 0.99% | - |
| XYZ | 64.56 | 43.88 | 89.07 | - |
| YUV | 181.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 242 | 0 | 0.47 | 0.04 | 0.01 | 305.04 | 0.95 | 0.75 |
| Hex | FC | 85 | F2 | 0 | 2F | 4 | 1 | 131 | 5F | 4B |
| Octal | 374 | 205 | 362 | 0 | 57 | 4 | 1 | 461 | 137 | 113 |
| Binary | 11111100 | 10000101 | 11110010 | 0 | 101111 | 100 | 1 | 100110001 | 1011111 | 1001011 |
Color Harmonies of #FC85F2
Complementary color
Monochromatic Colors of #FC85F2
Black with #FC85F2
Text Example
Text Example
White with #FC85F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC85F2; }
p { color: rgb(252,133,242); }
H1.HeaderClassName
{
color: #FC85F2;
}
.AnyTagClassName
{
color: #FC85F2;
}
</style>
background-color css
<style>
a { background-color: #FC85F2; }
a { background-color: rgb(252,133,242); }
div.DivClassName
{
background-color: #FC85F2;
}
.BgClassName
{
background-color: #FC85F2;
}
</style>
border-color css
<style>
span { border-color: #FC85F2; }
span { border-color: rgb(252,133,242); }
td.TdClassName
{
border-color: #FC85F2;
}
.TagClassName
{
border-color: #FC85F2;
}
</style>