#FC94F5

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

Shades of Pale Magenta #FC94F5

Tints of Pale Magenta #FC94F5

Color information

#FC94F5 (or 0xFC94F5) is unknown color: approx Pale Magenta. HEX triplet: FC, 94 and F5. RGB value is (252,148,245). Sum of RGB (Red+Green+Blue) = 252+148+245=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 148 (58.20% from 255 or 22.95% from 645); Blue value is 245 (96.09% from 255 or 37.98% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC94F5 is #036B0A. Grayscale: #BDBDBD. Windows color (decimal): -224011 or 16094460. OLE color: 16094460.

HSL color Cylindrical-coordinate representation of color #FC94F5: hue angle of 304.04º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94F5 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252148245-
CMYK00.410.030.01
HSL304.04º94.55%78.43%-
HSV(B)304.04º41.27%98.82%-
XYZ67.2248.4792.2-
YUV190.15158.96172.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 148 (58.20% from 255) = 22.95%
BLUE value IS 245 (96.09% from 255) = 37.98%
R=39.07%
G=22.95%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25214824500.410.030.01304.0494.5578.43
HexFC94F5029311305f4e
Octal37422436505131460137116
Binary111111001001010011110101010100111110011000010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC94F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC94F5; }

 p { color: rgb(252,148,245); }

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

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

 a { background-color: rgb(252,148,245); }

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

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

 span { border-color: rgb(252,148,245); }

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