Html Css Color HEX #FC2EFF Magenta

📋 copy color: '#FC2EFF'

red 252 ◦ green 46 ◦ blue 255

#FC2EFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magenta #FC2EFF

Tints of Magenta #FC2EFF

RGB

 RED value IS 252 (98.83% from 255) = 45.57%

 GREEN value IS 46 (18.36% from 255) = 8.32%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 45.57%
G = 8.32%
B = 46.11%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC2EFF (or 0xFC2EFF) is known color: Magenta. HEX triplet: FC, 2E and FF. RGB value is (252,46,255). Sum of RGB (Red+Green+Blue) = 252+46+255=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 46 (18.36% from 255 or 8.32% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC2EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2EFF is #03D100. Grayscale: #828282. Windows color (decimal): -250113 or 16723708. OLE color: 16723708.

HSL color Cylindrical-coordinate representation of color #FC2EFF: hue angle of 299.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2EFF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 252 46 255 -
CMYK 0.01 0.82 0 0
HSL 299.14º 1% 0.59% -
HSV(B) 299.14º 0.82% 1% -
XYZ 59.17 29.87 97.25 -
YUV 131.42 197.75 214.01 -
System Red Green Blue C M Y K H S L
Decimal 252 46 255 0.01 0.82 0 0 299.14 1 0.59
Hex FC 2E FF 1 52 0 0 12B 64 3B
Octal 374 56 377 1 122 0 0 453 144 73
Binary 11111100 101110 11111111 1 1010010 0 0 100101011 1100100 111011

Color Harmonies of #FC2EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EFF

Black with #FC2EFF

Text Example


Text Example

White with #FC2EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EFF; }

 p { color: rgb(252,46,255); }

 H1.HeaderClassName
 {
   color: #FC2EFF;
 }
 .AnyTagClassName
 {
   color: #FC2EFF;
 }
</style>

background-color css

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

 a { background-color: rgb(252,46,255); }

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

border-color css

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

 span { border-color: rgb(252,46,255); }

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