#fc1efb

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

Shades of Magenta #FC1EFB

Tints of Magenta #FC1EFB

Color information

#FC1EFB (or 0xFC1EFB) is unknown color: approx Magenta. HEX triplet: FC, 1E and FB. RGB value is (252,30,251). Sum of RGB (Red+Green+Blue) = 252+30+251=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 30 (12.11% from 255 or 5.63% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC1EFB is #03E104. Grayscale: #787878. Windows color (decimal): -254213 or 16457468. OLE color: 16457468.

HSL color Cylindrical-coordinate representation of color #FC1EFB: hue angle of 300.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1EFB is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB25230251-
CMYK00.880.000.01
HSL300.27º97.37%55.29%-
HSV(B)300.27º88.1%98.82%-
XYZ58.0228.5993.73-
YUV121.57201.05221.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 30 (12.11% from 255) = 5.63%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=47.28%
G=5.63%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2523025100.880.000.01300.2797.3755.29
HexFC1EFB0580112c6137
Octal3743637301300145414167
Binary11111100111101111101101011000011001011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc1efb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc1efb; }

 p { color: rgb(252,30,251); }

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

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

 a { background-color: rgb(252,30,251); }

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

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

 span { border-color: rgb(252,30,251); }

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