Html Css Color HEX #FC21FA Magenta

📋 copy color: '#FC21FA'

red 252 ◦ green 33 ◦ blue 250

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

Shades of Magenta #FC21FA

Tints of Magenta #FC21FA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.17%

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

R = 47.1%
G = 6.17%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FC21FA (or 0xFC21FA) is known color: Magenta. HEX triplet: FC, 21 and FA. RGB value is (252,33,250). Sum of RGB (Red+Green+Blue) = 252+33+250=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 33 (13.28% from 255 or 6.17% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FC21FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC21FA is #03DE05. Grayscale: #7A7A7A. Windows color (decimal): -253446 or 16392700. OLE color: 16392700.

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

Color convert

RGB 252 33 250 -
CMYK 0 0.87 0.01 0.01
HSL 300.55º 0.97% 0.56% -
HSV(B) 300.55º 0.87% 0.99% -
XYZ 57.94 28.69 92.93 -
YUV 123.22 199.55 219.86 -
System Red Green Blue C M Y K H S L
Decimal 252 33 250 0 0.87 0.01 0.01 300.55 0.97 0.56
Hex FC 21 FA 0 57 1 1 12D 61 38
Octal 374 41 372 0 127 1 1 455 141 70
Binary 11111100 100001 11111010 0 1010111 1 1 100101101 1100001 111000

Color Harmonies of #FC21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21FA

Black with #FC21FA

Text Example


Text Example

White with #FC21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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