Shades of Pale Magenta #FC88F1
Tints of Pale Magenta #FC88F1
RGB
CMYK
RGB Variations
Color information
#FC88F1 (or 0xFC88F1) is known color: Pale Magenta. HEX triplet: FC, 88 and F1. RGB value is (252,136,241). Sum of RGB (Red+Green+Blue) = 252+136+241=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 136 (53.52% from 255 or 21.62% from 629); Blue value is 241 (94.53% from 255 or 38.31% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FC88F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC88F1 is #03770E. Grayscale: #B6B6B6. Windows color (decimal): -227087 or 15829244. OLE color: 15829244.
HSL color Cylindrical-coordinate representation of color #FC88F1: hue angle of 305.69º 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 #FC88F1 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 241 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.01 |
| HSL | 305.69º | 0.95% | 0.76% | - |
| HSV(B) | 305.69º | 0.46% | 0.99% | - |
| XYZ | 64.83 | 44.65 | 88.42 | - |
| YUV | 182.65 | 160.93 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 241 | 0 | 0.46 | 0.04 | 0.01 | 305.69 | 0.95 | 0.76 |
| Hex | FC | 88 | F1 | 0 | 2E | 4 | 1 | 132 | 5F | 4C |
| Octal | 374 | 210 | 361 | 0 | 56 | 4 | 1 | 462 | 137 | 114 |
| Binary | 11111100 | 10001000 | 11110001 | 0 | 101110 | 100 | 1 | 100110010 | 1011111 | 1001100 |
Color Harmonies of #FC88F1
Complementary color
Monochromatic Colors of #FC88F1
Black with #FC88F1
Text Example
Text Example
White with #FC88F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC88F1; }
p { color: rgb(252,136,241); }
H1.HeaderClassName
{
color: #FC88F1;
}
.AnyTagClassName
{
color: #FC88F1;
}
</style>
background-color css
<style>
a { background-color: #FC88F1; }
a { background-color: rgb(252,136,241); }
div.DivClassName
{
background-color: #FC88F1;
}
.BgClassName
{
background-color: #FC88F1;
}
</style>
border-color css
<style>
span { border-color: #FC88F1; }
span { border-color: rgb(252,136,241); }
td.TdClassName
{
border-color: #FC88F1;
}
.TagClassName
{
border-color: #FC88F1;
}
</style>