Html Css Color HEX #F431F9 Magenta

📋 copy color: '#F431F9'

red 244 ◦ green 49 ◦ blue 249

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

Shades of Magenta #F431F9

Tints of Magenta #F431F9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.04%

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

R = 45.02%
G = 9.04%
B = 45.94%

CMYK

 C value IS 0.02

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F431F9 (or 0xF431F9) is known color: Magenta. HEX triplet: F4, 31 and F9. RGB value is (244,49,249). Sum of RGB (Red+Green+Blue) = 244+49+249=542 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.02% from 542); Green value is 49 (19.53% from 255 or 9.04% from 542); Blue value is 249 (97.66% from 255 or 45.94% from 542); Max value from RGB is 249 - color contains mainly: blue. Hex color #F431F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F431F9 is #0BCE06. Grayscale: #818181. Windows color (decimal): -773639 or 16331252. OLE color: 16331252.

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

Color convert

RGB 244 49 249 -
CMYK 0.02 0.80 0 0.02
HSL 298.5º 0.94% 0.58% -
HSV(B) 298.5º 0.8% 0.98% -
XYZ 55.51 28.27 92.15 -
YUV 130.11 195.1 209.24 -
System Red Green Blue C M Y K H S L
Decimal 244 49 249 0.02 0.80 0 0.02 298.5 0.94 0.58
Hex F4 31 F9 2 50 0 2 12A 5E 3A
Octal 364 61 371 2 120 0 2 452 136 72
Binary 11110100 110001 11111001 10 1010000 0 10 100101010 1011110 111010

Color Harmonies of #F431F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F431F9

Black with #F431F9

Text Example


Text Example

White with #F431F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F431F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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