Html Css Color HEX #FC11FA Magenta

📋 copy color: '#FC11FA'

red 252 ◦ green 17 ◦ blue 250

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

Shades of Magenta #FC11FA

Tints of Magenta #FC11FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.28%

 BLUE value IS 250 (98.05% from 255) = 48.17%

R = 48.55%
G = 3.28%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC11FA (or 0xFC11FA) is known color: Magenta. HEX triplet: FC, 11 and FA. RGB value is (252,17,250). Sum of RGB (Red+Green+Blue) = 252+17+250=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 17 (7.03% from 255 or 3.28% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC11FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC11FA is #03EE05. Grayscale: #717171. Windows color (decimal): -257542 or 16388604. OLE color: 16388604.

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

Color convert

RGB 252 17 250 -
CMYK 0 0.93 0.01 0.01
HSL 300.51º 0.98% 0.53% -
HSV(B) 300.51º 0.93% 0.99% -
XYZ 57.6 28 92.81 -
YUV 113.83 204.86 226.55 -
System Red Green Blue C M Y K H S L
Decimal 252 17 250 0 0.93 0.01 0.01 300.51 0.98 0.53
Hex FC 11 FA 0 5D 1 1 12D 62 35
Octal 374 21 372 0 135 1 1 455 142 65
Binary 11111100 10001 11111010 0 1011101 1 1 100101101 1100010 110101

Color Harmonies of #FC11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC11FA

Black with #FC11FA

Text Example


Text Example

White with #FC11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC11FA; }

 p { color: rgb(252,17,250); }

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

background-color css

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

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

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

border-color css

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

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

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