#FC91F2

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

Shades of Pale Magenta #FC91F2

Tints of Pale Magenta #FC91F2

Color information

#FC91F2 (or 0xFC91F2) is unknown color: approx Pale Magenta. HEX triplet: FC, 91 and F2. RGB value is (252,145,242). Sum of RGB (Red+Green+Blue) = 252+145+242=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 145 (57.03% from 255 or 22.69% from 639); Blue value is 242 (94.92% from 255 or 37.87% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91F2 is #036E0D. Grayscale: #BBBBBB. Windows color (decimal): -224782 or 15897084. OLE color: 15897084.

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

Color convert

RGB252145242-
CMYK00.420.040.01
HSL305.61º94.69%77.84%-
HSV(B)305.61º42.46%98.82%-
XYZ66.347.3689.65-
YUV188.05158.45173.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 145 (57.03% from 255) = 22.69%
BLUE value IS 242 (94.92% from 255) = 37.87%
R=39.44%
G=22.69%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214524200.420.040.01305.6194.6977.84
HexFC91F202A411325f4e
Octal37422136205241462137116
Binary1111110010010001111100100101010100110011001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC91F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC91F2; }

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

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

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

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

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

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

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

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