Html Css Color HEX #F401EC Magenta

📋 copy color: '#F401EC'

red 244 ◦ green 1 ◦ blue 236

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

Shades of Magenta #F401EC

Tints of Magenta #F401EC

RGB

 RED value IS 244 (95.7% from 255) = 50.73%

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 50.73%
G = 0.21%
B = 49.06%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F401EC (or 0xF401EC) is known color: Magenta. HEX triplet: F4, 01 and EC. RGB value is (244,1,236). Sum of RGB (Red+Green+Blue) = 244+1+236=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 1 (0.78% from 255 or 0.21% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F401EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401EC is #0BFE13. Grayscale: #636363. Windows color (decimal): -785940 or 15466996. OLE color: 15466996.

HSL color Cylindrical-coordinate representation of color #F401EC: hue angle of 301.98º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401EC is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 236 -
CMYK 0 1.00 0.03 0.04
HSL 301.98º 0.99% 0.48% -
HSV(B) 301.98º 1% 0.96% -
XYZ 52.46 25.31 81.48 -
YUV 100.45 204.51 230.39 -
System Red Green Blue C M Y K H S L
Decimal 244 1 236 0 1.00 0.03 0.04 301.98 0.99 0.48
Hex F4 1 EC 0 64 3 4 12E 63 30
Octal 364 1 354 0 144 3 4 456 143 60
Binary 11110100 1 11101100 0 1100100 11 100 100101110 1100011 110000

Color Harmonies of #F401EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401EC

Black with #F401EC

Text Example


Text Example

White with #F401EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401EC; }

 p { color: rgb(244,1,236); }

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

background-color css

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

 a { background-color: rgb(244,1,236); }

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

border-color css

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

 span { border-color: rgb(244,1,236); }

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