Html Css Color HEX #FC2EF8 Magenta

📋 copy color: '#FC2EF8'

red 252 ◦ green 46 ◦ blue 248

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

Shades of Magenta #FC2EF8

Tints of Magenta #FC2EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 45.42%

R = 46.15%
G = 8.42%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FC2EF8 (or 0xFC2EF8) is known color: Magenta. HEX triplet: FC, 2E and F8. RGB value is (252,46,248). Sum of RGB (Red+Green+Blue) = 252+46+248=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 46 (18.36% from 255 or 8.42% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2EF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2EF8 is #03D107. Grayscale: #828282. Windows color (decimal): -250120 or 16264956. OLE color: 16264956.

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

Color convert

RGB 252 46 248 -
CMYK 0 0.82 0.02 0.01
HSL 301.17º 0.97% 0.58% -
HSV(B) 301.17º 0.82% 0.99% -
XYZ 58.07 29.43 91.43 -
YUV 130.62 194.25 214.57 -
System Red Green Blue C M Y K H S L
Decimal 252 46 248 0 0.82 0.02 0.01 301.17 0.97 0.58
Hex FC 2E F8 0 52 2 1 12D 61 3A
Octal 374 56 370 0 122 2 1 455 141 72
Binary 11111100 101110 11111000 0 1010010 10 1 100101101 1100001 111010

Color Harmonies of #FC2EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2EF8

Black with #FC2EF8

Text Example


Text Example

White with #FC2EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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