Html Css Color HEX #F11DF6 Magenta

📋 copy color: '#F11DF6'

red 241 ◦ green 29 ◦ blue 246

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

Shades of Magenta #F11DF6

Tints of Magenta #F11DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.67%

R = 46.71%
G = 5.62%
B = 47.67%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F11DF6 (or 0xF11DF6) is known color: Magenta. HEX triplet: F1, 1D and F6. RGB value is (241,29,246). Sum of RGB (Red+Green+Blue) = 241+29+246=516 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.71% from 516); Green value is 29 (11.72% from 255 or 5.62% from 516); Blue value is 246 (96.48% from 255 or 47.67% from 516); Max value from RGB is 246 - color contains mainly: blue. Hex color #F11DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DF6 is #0EE209. Grayscale: #747474. Windows color (decimal): -975370 or 16129521. OLE color: 16129521.

HSL color Cylindrical-coordinate representation of color #F11DF6: hue angle of 298.62º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DF6 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 29 246 -
CMYK 0.02 0.88 0 0.04
HSL 298.62º 0.92% 0.54% -
HSV(B) 298.62º 0.88% 0.96% -
XYZ 53.35 26.23 89.44 -
YUV 117.13 200.74 216.36 -
System Red Green Blue C M Y K H S L
Decimal 241 29 246 0.02 0.88 0 0.04 298.62 0.92 0.54
Hex F1 1D F6 2 58 0 4 12B 5C 36
Octal 361 35 366 2 130 0 4 453 134 66
Binary 11110001 11101 11110110 10 1011000 0 100 100101011 1011100 110110

Color Harmonies of #F11DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DF6

Black with #F11DF6

Text Example


Text Example

White with #F11DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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