Html Css Color HEX #FA21EC Magenta

📋 copy color: '#FA21EC'

red 250 ◦ green 33 ◦ blue 236

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

Shades of Magenta #FA21EC

Tints of Magenta #FA21EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.47%

R = 48.17%
G = 6.36%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA21EC (or 0xFA21EC) is known color: Magenta. HEX triplet: FA, 21 and EC. RGB value is (250,33,236). Sum of RGB (Red+Green+Blue) = 250+33+236=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 33 (13.28% from 255 or 6.36% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA21EC is #05DE13. Grayscale: #787878. Windows color (decimal): -384532 or 15475194. OLE color: 15475194.

HSL color Cylindrical-coordinate representation of color #FA21EC: hue angle of 303.87º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA21EC is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 33 236 -
CMYK 0 0.87 0.06 0.02
HSL 303.87º 0.96% 0.55% -
HSV(B) 303.87º 0.87% 0.98% -
XYZ 55.11 27.47 81.75 -
YUV 121.03 192.89 219.99 -
System Red Green Blue C M Y K H S L
Decimal 250 33 236 0 0.87 0.06 0.02 303.87 0.96 0.55
Hex FA 21 EC 0 57 6 2 130 60 37
Octal 372 41 354 0 127 6 2 460 140 67
Binary 11111010 100001 11101100 0 1010111 110 10 100110000 1100000 110111

Color Harmonies of #FA21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA21EC

Black with #FA21EC

Text Example


Text Example

White with #FA21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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