Html Css Color HEX #F401F9 Magenta

📋 copy color: '#F401F9'

red 244 ◦ green 1 ◦ blue 249

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

Shades of Magenta #F401F9

Tints of Magenta #F401F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.4%

R = 49.39%
G = 0.2%
B = 50.4%

CMYK

 C value IS 0.02

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F401F9 (or 0xF401F9) is known color: Magenta. HEX triplet: F4, 01 and F9. RGB value is (244,1,249). Sum of RGB (Red+Green+Blue) = 244+1+249=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 1 (0.78% from 255 or 0.20% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #F401F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F401F9 is #0BFE06. Grayscale: #656565. Windows color (decimal): -785927 or 16318964. OLE color: 16318964.

HSL color Cylindrical-coordinate representation of color #F401F9: hue angle of 298.79º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F401F9 is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 244 1 249 -
CMYK 0.02 1.00 0 0.02
HSL 298.79º 0.99% 0.49% -
HSV(B) 298.79º 1% 0.98% -
XYZ 54.42 26.09 91.79 -
YUV 101.93 211.01 229.33 -
System Red Green Blue C M Y K H S L
Decimal 244 1 249 0.02 1.00 0 0.02 298.79 0.99 0.49
Hex F4 1 F9 2 64 0 2 12B 63 31
Octal 364 1 371 2 144 0 2 453 143 61
Binary 11110100 1 11111001 10 1100100 0 10 100101011 1100011 110001

Color Harmonies of #F401F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F401F9

Black with #F401F9

Text Example


Text Example

White with #F401F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F401F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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