Html Css Color HEX #F11AF5 Magenta

📋 copy color: '#F11AF5'

red 241 ◦ green 26 ◦ blue 245

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

Shades of Magenta #F11AF5

Tints of Magenta #F11AF5

RGB

 RED value IS 241 (94.53% from 255) = 47.07%

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

 BLUE value IS 245 (96.09% from 255) = 47.85%

R = 47.07%
G = 5.08%
B = 47.85%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F11AF5 (or 0xF11AF5) is known color: Magenta. HEX triplet: F1, 1A and F5. RGB value is (241,26,245). Sum of RGB (Red+Green+Blue) = 241+26+245=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 245 (96.09% from 255 or 47.85% from 512); Max value from RGB is 245 - color contains mainly: blue. Hex color #F11AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11AF5 is #0EE50A. Grayscale: #727272. Windows color (decimal): -976139 or 16063217. OLE color: 16063217.

HSL color Cylindrical-coordinate representation of color #F11AF5: hue angle of 298.9º degrees, saturation: 0.92, 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 #F11AF5 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 26 245 -
CMYK 0.02 0.89 0 0.04
HSL 298.9º 0.92% 0.53% -
HSV(B) 298.9º 0.89% 0.96% -
XYZ 53.13 26.03 88.61 -
YUV 115.25 201.23 217.69 -
System Red Green Blue C M Y K H S L
Decimal 241 26 245 0.02 0.89 0 0.04 298.9 0.92 0.53
Hex F1 1A F5 2 59 0 4 12B 5C 35
Octal 361 32 365 2 131 0 4 453 134 65
Binary 11110001 11010 11110101 10 1011001 0 100 100101011 1011100 110101

Color Harmonies of #F11AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11AF5

Black with #F11AF5

Text Example


Text Example

White with #F11AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11AF5; }

 p { color: rgb(241,26,245); }

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

background-color css

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

 a { background-color: rgb(241,26,245); }

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

border-color css

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

 span { border-color: rgb(241,26,245); }

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