Html Css Color HEX #F400F9 Magenta

📋 copy color: '#F400F9'

red 244 ◦ green 0 ◦ blue 249

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

Shades of Magenta #F400F9

Tints of Magenta #F400F9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.49%
G = 0%
B = 50.51%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F400F9 (or 0xF400F9) is known color: Magenta. HEX triplet: F4, 00 and F9. RGB value is (244,0,249). Sum of RGB (Red+Green+Blue) = 244+0+249=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 0 (0.39% from 255 or 0% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #F400F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400F9 is #0BFF06. Grayscale: #646464. Windows color (decimal): -786183 or 16318708. OLE color: 16318708.

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

Color convert

RGB 244 0 249 -
CMYK 0.02 1 0 0.02
HSL 298.8º 1% 0.49% -
HSV(B) 298.8º 1% 0.98% -
XYZ 54.41 26.07 91.79 -
YUV 101.34 211.34 229.75 -
System Red Green Blue C M Y K H S L
Decimal 244 0 249 0.02 1 0 0.02 298.8 1 0.49
Hex F4 0 F9 2 64 0 2 12B 64 31
Octal 364 0 371 2 144 0 2 453 144 61
Binary 11110100 0 11111001 10 1100100 0 10 100101011 1100100 110001

Color Harmonies of #F400F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F400F9

Black with #F400F9

Text Example


Text Example

White with #F400F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F400F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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