Html Css Color HEX #F11DEE Magenta

📋 copy color: '#F11DEE'

red 241 ◦ green 29 ◦ blue 238

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

Shades of Magenta #F11DEE

Tints of Magenta #F11DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.71%

 BLUE value IS 238 (93.36% from 255) = 46.85%

R = 47.44%
G = 5.71%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F11DEE (or 0xF11DEE) is known color: Magenta. HEX triplet: F1, 1D and EE. RGB value is (241,29,238). Sum of RGB (Red+Green+Blue) = 241+29+238=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 29 (11.72% from 255 or 5.71% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F11DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DEE is #0EE211. Grayscale: #737373. Windows color (decimal): -975378 or 15605233. OLE color: 15605233.

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

Color convert

RGB 241 29 238 -
CMYK 0 0.88 0.01 0.05
HSL 300.85º 0.88% 0.53% -
HSV(B) 300.85º 0.88% 0.95% -
XYZ 52.15 25.75 83.11 -
YUV 116.21 196.74 217.01 -
System Red Green Blue C M Y K H S L
Decimal 241 29 238 0 0.88 0.01 0.05 300.85 0.88 0.53
Hex F1 1D EE 0 58 1 5 12D 58 35
Octal 361 35 356 0 130 1 5 455 130 65
Binary 11110001 11101 11101110 0 1011000 1 101 100101101 1011000 110101

Color Harmonies of #F11DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DEE

Black with #F11DEE

Text Example


Text Example

White with #F11DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DEE; }

 p { color: rgb(241,29,238); }

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

background-color css

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

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

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

border-color css

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

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

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