Html Css Color HEX #FC2EFB Magenta

📋 copy color: '#FC2EFB'

red 252 ◦ green 46 ◦ blue 251

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

Shades of Magenta #FC2EFB

Tints of Magenta #FC2EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.72%

R = 45.9%
G = 8.38%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC2EFB (or 0xFC2EFB) is known color: Magenta. HEX triplet: FC, 2E and FB. RGB value is (252,46,251). Sum of RGB (Red+Green+Blue) = 252+46+251=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 46 (18.36% from 255 or 8.38% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2EFB is #03D104. Grayscale: #828282. Windows color (decimal): -250117 or 16461564. OLE color: 16461564.

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

Color convert

RGB 252 46 251 -
CMYK 0 0.82 0.00 0.01
HSL 300.29º 0.97% 0.58% -
HSV(B) 300.29º 0.82% 0.99% -
XYZ 58.53 29.61 93.9 -
YUV 130.96 195.75 214.33 -
System Red Green Blue C M Y K H S L
Decimal 252 46 251 0 0.82 0.00 0.01 300.29 0.97 0.58
Hex FC 2E FB 0 52 0 1 12C 61 3A
Octal 374 56 373 0 122 0 1 454 141 72
Binary 11111100 101110 11111011 0 1010010 0 1 100101100 1100001 111010

Color Harmonies of #FC2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EFB

Black with #FC2EFB

Text Example


Text Example

White with #FC2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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