Html Css Color HEX #F41AF0 Magenta

📋 copy color: '#F41AF0'

red 244 ◦ green 26 ◦ blue 240

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

Shades of Magenta #F41AF0

Tints of Magenta #F41AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.1%

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 47.84%
G = 5.1%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F41AF0 (or 0xF41AF0) is known color: Magenta. HEX triplet: F4, 1A and F0. RGB value is (244,26,240). Sum of RGB (Red+Green+Blue) = 244+26+240=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 26 (10.55% from 255 or 5.10% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F41AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F41AF0 is #0BE50F. Grayscale: #727272. Windows color (decimal): -779536 or 15735540. OLE color: 15735540.

HSL color Cylindrical-coordinate representation of color #F41AF0: hue angle of 301.1º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41AF0 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 26 240 -
CMYK 0 0.89 0.02 0.04
HSL 301.1º 0.91% 0.53% -
HSV(B) 301.1º 0.89% 0.96% -
XYZ 53.41 26.26 84.69 -
YUV 115.58 198.22 219.6 -
System Red Green Blue C M Y K H S L
Decimal 244 26 240 0 0.89 0.02 0.04 301.1 0.91 0.53
Hex F4 1A F0 0 59 2 4 12D 5B 35
Octal 364 32 360 0 131 2 4 455 133 65
Binary 11110100 11010 11110000 0 1011001 10 100 100101101 1011011 110101

Color Harmonies of #F41AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F41AF0

Black with #F41AF0

Text Example


Text Example

White with #F41AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F41AF0; }

 p { color: rgb(244,26,240); }

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

background-color css

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

 a { background-color: rgb(244,26,240); }

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

border-color css

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

 span { border-color: rgb(244,26,240); }

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