#fc91f4

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

Shades of Pale Magenta #FC91F4

Tints of Pale Magenta #FC91F4

Color information

#FC91F4 (or 0xFC91F4) is unknown color: approx Pale Magenta. HEX triplet: FC, 91 and F4. RGB value is (252,145,244). Sum of RGB (Red+Green+Blue) = 252+145+244=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 145 (57.03% from 255 or 22.62% from 641); Blue value is 244 (95.70% from 255 or 38.07% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC91F4 is #036E0B. Grayscale: #BBBBBB. Windows color (decimal): -224780 or 16028156. OLE color: 16028156.

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

Color convert

RGB252145244-
CMYK00.420.030.01
HSL304.49º94.69%77.84%-
HSV(B)304.49º42.46%98.82%-
XYZ66.647.4891.24-
YUV188.28159.45173.45-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 145 (57.03% from 255) = 22.62%
BLUE value IS 244 (95.70% from 255) = 38.07%
R=39.31%
G=22.62%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214524400.420.030.01304.4994.6977.84
HexFC91F402A311305f4e
Octal37422136405231460137116
Binary111111001001000111110100010101011110011000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc91f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc91f4; }

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

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

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

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

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

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

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

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