Html Css Color HEX #F11DF5 Magenta

📋 copy color: '#F11DF5'

red 241 ◦ green 29 ◦ blue 245

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

Shades of Magenta #F11DF5

Tints of Magenta #F11DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.57%

R = 46.8%
G = 5.63%
B = 47.57%

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

#F11DF5 (or 0xF11DF5) is known color: Magenta. HEX triplet: F1, 1D and F5. RGB value is (241,29,245). Sum of RGB (Red+Green+Blue) = 241+29+245=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 29 (11.72% from 255 or 5.63% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #F11DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DF5 is #0EE20A. Grayscale: #747474. Windows color (decimal): -975371 or 16063985. OLE color: 16063985.

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

Color convert

RGB 241 29 245 -
CMYK 0.02 0.88 0 0.04
HSL 298.89º 0.92% 0.54% -
HSV(B) 298.89º 0.88% 0.96% -
XYZ 53.2 26.17 88.63 -
YUV 117.01 200.24 216.44 -
System Red Green Blue C M Y K H S L
Decimal 241 29 245 0.02 0.88 0 0.04 298.89 0.92 0.54
Hex F1 1D F5 2 58 0 4 12B 5C 36
Octal 361 35 365 2 130 0 4 453 134 66
Binary 11110001 11101 11110101 10 1011000 0 100 100101011 1011100 110110

Color Harmonies of #F11DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DF5

Black with #F11DF5

Text Example


Text Example

White with #F11DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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