Html Css Color HEX #F401E6 Magenta

📋 copy color: '#F401E6'

red 244 ◦ green 1 ◦ blue 230

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

Shades of Magenta #F401E6

Tints of Magenta #F401E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 51.37%
G = 0.21%
B = 48.42%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.04

RGB Variations

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

Color information

#F401E6 (or 0xF401E6) is known color: Magenta. HEX triplet: F4, 01 and E6. RGB value is (244,1,230). Sum of RGB (Red+Green+Blue) = 244+1+230=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F401E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401E6 is #0BFE19. Grayscale: #636363. Windows color (decimal): -785946 or 15073780. OLE color: 15073780.

HSL color Cylindrical-coordinate representation of color #F401E6: hue angle of 303.46º 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 #F401E6 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 1 230 -
CMYK 0 1.00 0.06 0.04
HSL 303.46º 0.99% 0.48% -
HSV(B) 303.46º 1% 0.96% -
XYZ 51.6 24.97 76.96 -
YUV 99.76 201.51 230.88 -
System Red Green Blue C M Y K H S L
Decimal 244 1 230 0 1.00 0.06 0.04 303.46 0.99 0.48
Hex F4 1 E6 0 64 6 4 12F 63 30
Octal 364 1 346 0 144 6 4 457 143 60
Binary 11110100 1 11100110 0 1100100 110 100 100101111 1100011 110000

Color Harmonies of #F401E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401E6

Black with #F401E6

Text Example


Text Example

White with #F401E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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