Shades of Pale Magenta #FC92F0
Tints of Pale Magenta #FC92F0
RGB
CMYK
RGB Variations
Color information
#FC92F0 (or 0xFC92F0) is known color: Pale Magenta. HEX triplet: FC, 92 and F0. RGB value is (252,146,240). Sum of RGB (Red+Green+Blue) = 252+146+240=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 146 (57.42% from 255 or 22.88% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FC92F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC92F0 is #036D0F. Grayscale: #BCBCBC. Windows color (decimal): -224528 or 15766268. OLE color: 15766268.
HSL color Cylindrical-coordinate representation of color #FC92F0: hue angle of 306.79º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC92F0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 240 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.01 |
| HSL | 306.79º | 0.95% | 0.78% | - |
| HSV(B) | 306.79º | 0.42% | 0.99% | - |
| XYZ | 66.15 | 47.54 | 88.13 | - |
| YUV | 188.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 240 | 0 | 0.42 | 0.05 | 0.01 | 306.79 | 0.95 | 0.78 |
| Hex | FC | 92 | F0 | 0 | 2A | 5 | 1 | 133 | 5F | 4E |
| Octal | 374 | 222 | 360 | 0 | 52 | 5 | 1 | 463 | 137 | 116 |
| Binary | 11111100 | 10010010 | 11110000 | 0 | 101010 | 101 | 1 | 100110011 | 1011111 | 1001110 |
Color Harmonies of #FC92F0
Complementary color
Monochromatic Colors of #FC92F0
Black with #FC92F0
Text Example
Text Example
White with #FC92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC92F0; }
p { color: rgb(252,146,240); }
H1.HeaderClassName
{
color: #FC92F0;
}
.AnyTagClassName
{
color: #FC92F0;
}
</style>
background-color css
<style>
a { background-color: #FC92F0; }
a { background-color: rgb(252,146,240); }
div.DivClassName
{
background-color: #FC92F0;
}
.BgClassName
{
background-color: #FC92F0;
}
</style>
border-color css
<style>
span { border-color: #FC92F0; }
span { border-color: rgb(252,146,240); }
td.TdClassName
{
border-color: #FC92F0;
}
.TagClassName
{
border-color: #FC92F0;
}
</style>