Html Css Color HEX #F11DF9 Magenta

📋 copy color: '#F11DF9'

red 241 ◦ green 29 ◦ blue 249

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

Shades of Magenta #F11DF9

Tints of Magenta #F11DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.98%

R = 46.44%
G = 5.59%
B = 47.98%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F11DF9 (or 0xF11DF9) is known color: Magenta. HEX triplet: F1, 1D and F9. RGB value is (241,29,249). Sum of RGB (Red+Green+Blue) = 241+29+249=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 29 (11.72% from 255 or 5.59% from 519); Blue value is 249 (97.66% from 255 or 47.98% from 519); Max value from RGB is 249 - color contains mainly: blue. Hex color #F11DF9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DF9 is #0EE206. Grayscale: #747474. Windows color (decimal): -975367 or 16326129. OLE color: 16326129.

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

Color convert

RGB 241 29 249 -
CMYK 0.03 0.88 0 0.02
HSL 297.82º 0.95% 0.55% -
HSV(B) 297.82º 0.88% 0.98% -
XYZ 53.81 26.42 91.89 -
YUV 117.47 202.24 216.11 -
System Red Green Blue C M Y K H S L
Decimal 241 29 249 0.03 0.88 0 0.02 297.82 0.95 0.55
Hex F1 1D F9 3 58 0 2 12A 5F 37
Octal 361 35 371 3 130 0 2 452 137 67
Binary 11110001 11101 11111001 11 1011000 0 10 100101010 1011111 110111

Color Harmonies of #F11DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DF9

Black with #F11DF9

Text Example


Text Example

White with #F11DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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