Html Css Color HEX #F11EF1 Magenta

📋 copy color: '#F11EF1'

red 241 ◦ green 30 ◦ blue 241

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

Shades of Magenta #F11EF1

Tints of Magenta #F11EF1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.86%

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

R = 47.07%
G = 5.86%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#F11EF1 (or 0xF11EF1) is known color: Magenta. HEX triplet: F1, 1E and F1. RGB value is (241,30,241). Sum of RGB (Red+Green+Blue) = 241+30+241=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 30 (12.11% from 255 or 5.86% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: red, blue. Hex color #F11EF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11EF1 is #0EE10E. Grayscale: #747474. Windows color (decimal): -975119 or 15802097. OLE color: 15802097.

HSL color Cylindrical-coordinate representation of color #F11EF1: hue angle of 300º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11EF1 is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 241 -
CMYK 0 0.88 0 0.05
HSL 300º 0.88% 0.53% -
HSV(B) 300º 0.88% 0.95% -
XYZ 52.62 25.98 85.46 -
YUV 117.14 197.9 216.34 -
System Red Green Blue C M Y K H S L
Decimal 241 30 241 0 0.88 0 0.05 300 0.88 0.53
Hex F1 1E F1 0 58 0 5 12C 58 35
Octal 361 36 361 0 130 0 5 454 130 65
Binary 11110001 11110 11110001 0 1011000 0 101 100101100 1011000 110101

Color Harmonies of #F11EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EF1

Black with #F11EF1

Text Example


Text Example

White with #F11EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EF1; }

 p { color: rgb(241,30,241); }

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

background-color css

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

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

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

border-color css

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

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

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