#FC93F2

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

Shades of Pale Magenta #FC93F2

Tints of Pale Magenta #FC93F2

Color information

#FC93F2 (or 0xFC93F2) is unknown color: approx Pale Magenta. HEX triplet: FC, 93 and F2. RGB value is (252,147,242). Sum of RGB (Red+Green+Blue) = 252+147+242=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 147 (57.81% from 255 or 22.93% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC93F2 is #036C0D. Grayscale: #BCBCBC. Windows color (decimal): -224270 or 15897596. OLE color: 15897596.

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

Color convert

RGB252147242-
CMYK00.420.040.01
HSL305.71º94.59%78.24%-
HSV(B)305.71º41.67%98.82%-
XYZ66.6147.9789.75-
YUV189.22157.79172.78-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.31%
GREEN value IS 147 (57.81% from 255) = 22.93%
BLUE value IS 242 (94.92% from 255) = 37.75%
R=39.31%
G=22.93%
B=37.75%

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
Decimal25214724200.420.040.01305.7194.5978.24
HexFC93F202A411325f4e
Octal37422336205241462137116
Binary1111110010010011111100100101010100110011001010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC93F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC93F2; }

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

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

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

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

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

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

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

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