Html Css Color HEX #F11EFF Magenta

📋 copy color: '#F11EFF'

red 241 ◦ green 30 ◦ blue 255

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

Shades of Magenta #F11EFF

Tints of Magenta #F11EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 45.82%
G = 5.7%
B = 48.48%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F11EFF (or 0xF11EFF) is known color: Magenta. HEX triplet: F1, 1E and FF. RGB value is (241,30,255). Sum of RGB (Red+Green+Blue) = 241+30+255=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #F11EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11EFF is #0EE100. Grayscale: #767676. Windows color (decimal): -975105 or 16719601. OLE color: 16719601.

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

Color convert

RGB 241 30 255 -
CMYK 0.05 0.88 0 0
HSL 296.27º 1% 0.56% -
HSV(B) 296.27º 0.88% 1% -
XYZ 54.79 26.85 96.9 -
YUV 118.74 204.9 215.2 -
System Red Green Blue C M Y K H S L
Decimal 241 30 255 0.05 0.88 0 0 296.27 1 0.56
Hex F1 1E FF 5 58 0 0 128 64 38
Octal 361 36 377 5 130 0 0 450 144 70
Binary 11110001 11110 11111111 101 1011000 0 0 100101000 1100100 111000

Color Harmonies of #F11EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11EFF

Black with #F11EFF

Text Example


Text Example

White with #F11EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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