#FC91F0

Color #FC91F0 Pale Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Magenta #FC91F0

Tints of Pale Magenta #FC91F0

Color information

#FC91F0 (or 0xFC91F0) is unknown color: approx Pale Magenta. HEX triplet: FC, 91 and F0. RGB value is (252,145,240). Sum of RGB (Red+Green+Blue) = 252+145+240=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 145 (57.03% from 255 or 22.76% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91F0 is #036E0F. Grayscale: #BBBBBB. Windows color (decimal): -224784 or 15766012. OLE color: 15766012.

HSL color Cylindrical-coordinate representation of color #FC91F0: hue angle of 306.73º 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 #FC91F0 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB252145240-
CMYK00.420.050.01
HSL306.73º94.69%77.84%-
HSV(B)306.73º42.46%98.82%-
XYZ6647.2488.08-
YUV187.82157.45173.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 39.56%
GREEN value IS 145 (57.03% from 255) = 22.76%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=39.56%
G=22.76%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214524000.420.050.01306.7394.6977.84
HexFC91F002A511335f4e
Octal37422136005251463137116
Binary1111110010010001111100000101010101110011001110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91F0; }

 p { color: rgb(252,145,240); }

 H1.HeaderClassName
 {
   color: #FC91F0;
 }
 .AnyTagClassName
 {
   color: #FC91F0;
 }
</style>
background-color css

<style>
 a { background-color: #FC91F0; }

 a { background-color: rgb(252,145,240); }

 div.DivClassName
 {
   background-color: #FC91F0;
 }
 .BgClassName
 {
   background-color: #FC91F0;
 }
</style>
border-color css

<style>
 span { border-color: #FC91F0; }

 span { border-color: rgb(252,145,240); }

 td.TdClassName
 {
   border-color: #FC91F0;
 }
 .TagClassName
 {
   border-color: #FC91F0;
 }
</style>