Html Css Color HEX #FC2BFC Magenta

📋 copy color: '#FC2BFC'

red 252 ◦ green 43 ◦ blue 252

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

Shades of Magenta #FC2BFC

Tints of Magenta #FC2BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 7.86%

 BLUE value IS 252 (98.83% from 255) = 46.07%

R = 46.07%
G = 7.86%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC2BFC (or 0xFC2BFC) is known color: Magenta. HEX triplet: FC, 2B and FC. RGB value is (252,43,252). Sum of RGB (Red+Green+Blue) = 252+43+252=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 43 (17.19% from 255 or 7.86% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC2BFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC2BFC is #03D403. Grayscale: #808080. Windows color (decimal): -250884 or 16526332. OLE color: 16526332.

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

Color convert

RGB 252 43 252 -
CMYK 0 0.83 0 0.01
HSL 300º 0.97% 0.58% -
HSV(B) 300º 0.83% 0.99% -
XYZ 58.58 29.45 94.69 -
YUV 129.32 197.24 215.51 -
System Red Green Blue C M Y K H S L
Decimal 252 43 252 0 0.83 0 0.01 300 0.97 0.58
Hex FC 2B FC 0 53 0 1 12C 61 3A
Octal 374 53 374 0 123 0 1 454 141 72
Binary 11111100 101011 11111100 0 1010011 0 1 100101100 1100001 111010

Color Harmonies of #FC2BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC2BFC

Black with #FC2BFC

Text Example


Text Example

White with #FC2BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC2BFC; }

 p { color: rgb(252,43,252); }

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

background-color css

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

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

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

border-color css

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

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

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