Html Css Color HEX #F11DF8 Magenta

📋 copy color: '#F11DF8'

red 241 ◦ green 29 ◦ blue 248

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

Shades of Magenta #F11DF8

Tints of Magenta #F11DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.88%

R = 46.53%
G = 5.6%
B = 47.88%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#F11DF8 (or 0xF11DF8) is known color: Magenta. HEX triplet: F1, 1D and F8. RGB value is (241,29,248). Sum of RGB (Red+Green+Blue) = 241+29+248=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 29 (11.72% from 255 or 5.60% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #F11DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DF8 is #0EE207. Grayscale: #747474. Windows color (decimal): -975368 or 16260593. OLE color: 16260593.

HSL color Cylindrical-coordinate representation of color #F11DF8: hue angle of 298.08º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11DF8 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 241 29 248 -
CMYK 0.03 0.88 0 0.03
HSL 298.08º 0.94% 0.54% -
HSV(B) 298.08º 0.88% 0.97% -
XYZ 53.66 26.36 91.07 -
YUV 117.35 201.74 216.19 -
System Red Green Blue C M Y K H S L
Decimal 241 29 248 0.03 0.88 0 0.03 298.08 0.94 0.54
Hex F1 1D F8 3 58 0 3 12A 5E 36
Octal 361 35 370 3 130 0 3 452 136 66
Binary 11110001 11101 11111000 11 1011000 0 11 100101010 1011110 110110

Color Harmonies of #F11DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DF8

Black with #F11DF8

Text Example


Text Example

White with #F11DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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