#FC95F5

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

Shades of Pale Magenta #FC95F5

Tints of Pale Magenta #FC95F5

Color information

#FC95F5 (or 0xFC95F5) is unknown color: approx Pale Magenta. HEX triplet: FC, 95 and F5. RGB value is (252,149,245). Sum of RGB (Red+Green+Blue) = 252+149+245=646 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.01% from 646); Green value is 149 (58.59% from 255 or 23.07% from 646); Blue value is 245 (96.09% from 255 or 37.93% from 646); Max value from RGB is 252 - color contains mainly: red. Hex color #FC95F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC95F5 is #036A0A. Grayscale: #BEBEBE. Windows color (decimal): -223755 or 16094716. OLE color: 16094716.

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

Color convert

RGB252149245-
CMYK00.410.030.01
HSL304.08º94.5%78.63%-
HSV(B)304.08º40.87%98.82%-
XYZ67.3748.7892.25-
YUV190.74158.62171.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.01%
GREEN value IS 149 (58.59% from 255) = 23.07%
BLUE value IS 245 (96.09% from 255) = 37.93%
R=39.01%
G=23.07%
B=37.93%

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
Decimal25214924500.410.030.01304.0894.578.63
HexFC95F5029311305e4f
Octal37422536505131460136117
Binary111111001001010111110101010100111110011000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC95F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC95F5; }

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

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

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

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

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

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

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

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