Html Css Color HEX #F11EEC Magenta

📋 copy color: '#F11EEC'

red 241 ◦ green 30 ◦ blue 236

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

Shades of Magenta #F11EEC

Tints of Magenta #F11EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.55%

R = 47.53%
G = 5.92%
B = 46.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F11EEC (or 0xF11EEC) is known color: Magenta. HEX triplet: F1, 1E and EC. RGB value is (241,30,236). Sum of RGB (Red+Green+Blue) = 241+30+236=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 30 (12.11% from 255 or 5.92% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11EEC is #0EE113. Grayscale: #737373. Windows color (decimal): -975124 or 15474417. OLE color: 15474417.

HSL color Cylindrical-coordinate representation of color #F11EEC: hue angle of 301.42º 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 #F11EEC is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 30 236 -
CMYK 0 0.88 0.02 0.05
HSL 301.42º 0.88% 0.53% -
HSV(B) 301.42º 0.88% 0.95% -
XYZ 51.88 25.69 81.58 -
YUV 116.57 195.4 216.75 -
System Red Green Blue C M Y K H S L
Decimal 241 30 236 0 0.88 0.02 0.05 301.42 0.88 0.53
Hex F1 1E EC 0 58 2 5 12D 58 35
Octal 361 36 354 0 130 2 5 455 130 65
Binary 11110001 11110 11101100 0 1011000 10 101 100101101 1011000 110101

Color Harmonies of #F11EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EEC

Black with #F11EEC

Text Example


Text Example

White with #F11EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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