Html Css Color HEX #FC31FB Magenta

📋 copy color: '#FC31FB'

red 252 ◦ green 49 ◦ blue 251

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

Shades of Magenta #FC31FB

Tints of Magenta #FC31FB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 8.88%

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

R = 45.65%
G = 8.88%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FC31FB (or 0xFC31FB) is known color: Magenta. HEX triplet: FC, 31 and FB. RGB value is (252,49,251). Sum of RGB (Red+Green+Blue) = 252+49+251=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 49 (19.53% from 255 or 8.88% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC31FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC31FB is #03CE04. Grayscale: #848484. Windows color (decimal): -249349 or 16462332. OLE color: 16462332.

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

Color convert

RGB 252 49 251 -
CMYK 0 0.81 0.00 0.01
HSL 300.3º 0.97% 0.59% -
HSV(B) 300.3º 0.81% 0.99% -
XYZ 58.66 29.86 93.94 -
YUV 132.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 252 49 251 0 0.81 0.00 0.01 300.3 0.97 0.59
Hex FC 31 FB 0 51 0 1 12C 61 3B
Octal 374 61 373 0 121 0 1 454 141 73
Binary 11111100 110001 11111011 0 1010001 0 1 100101100 1100001 111011

Color Harmonies of #FC31FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC31FB

Black with #FC31FB

Text Example


Text Example

White with #FC31FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC31FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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