Html Css Color HEX #FC16FC Magenta

📋 copy color: '#FC16FC'

red 252 ◦ green 22 ◦ blue 252

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

Shades of Magenta #FC16FC

Tints of Magenta #FC16FC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.18%

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

R = 47.91%
G = 4.18%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FC16FC (or 0xFC16FC) is known color: Magenta. HEX triplet: FC, 16 and FC. RGB value is (252,22,252). Sum of RGB (Red+Green+Blue) = 252+22+252=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 22 (8.98% from 255 or 4.18% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: red, blue. Hex color #FC16FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC16FC is #03E903. Grayscale: #747474. Windows color (decimal): -256260 or 16520956. OLE color: 16520956.

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

Color convert

RGB 252 22 252 -
CMYK 0 0.91 0 0.01
HSL 300º 0.97% 0.54% -
HSV(B) 300º 0.91% 0.99% -
XYZ 58 28.3 94.5 -
YUV 116.99 204.2 224.3 -
System Red Green Blue C M Y K H S L
Decimal 252 22 252 0 0.91 0 0.01 300 0.97 0.54
Hex FC 16 FC 0 5B 0 1 12C 61 36
Octal 374 26 374 0 133 0 1 454 141 66
Binary 11111100 10110 11111100 0 1011011 0 1 100101100 1100001 110110

Color Harmonies of #FC16FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC16FC

Black with #FC16FC

Text Example


Text Example

White with #FC16FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC16FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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