Html Css Color HEX #FC21FF Magenta

📋 copy color: '#FC21FF'

red 252 ◦ green 33 ◦ blue 255

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

Shades of Magenta #FC21FF

Tints of Magenta #FC21FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 46.67%
G = 6.11%
B = 47.22%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FC21FF (or 0xFC21FF) is known color: Magenta. HEX triplet: FC, 21 and FF. RGB value is (252,33,255). Sum of RGB (Red+Green+Blue) = 252+33+255=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 33 (13.28% from 255 or 6.11% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC21FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC21FF is #03DE00. Grayscale: #7B7B7B. Windows color (decimal): -253441 or 16720380. OLE color: 16720380.

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

Color convert

RGB 252 33 255 -
CMYK 0.01 0.87 0 0
HSL 299.19º 1% 0.56% -
HSV(B) 299.19º 0.87% 1% -
XYZ 58.74 29 97.11 -
YUV 123.79 202.05 219.45 -
System Red Green Blue C M Y K H S L
Decimal 252 33 255 0.01 0.87 0 0 299.19 1 0.56
Hex FC 21 FF 1 57 0 0 12B 64 38
Octal 374 41 377 1 127 0 0 453 144 70
Binary 11111100 100001 11111111 1 1010111 0 0 100101011 1100100 111000

Color Harmonies of #FC21FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC21FF

Black with #FC21FF

Text Example


Text Example

White with #FC21FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC21FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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