Html Css Color HEX #F11DFB Magenta

📋 copy color: '#F11DFB'

red 241 ◦ green 29 ◦ blue 251

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

Shades of Magenta #F11DFB

Tints of Magenta #F11DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 46.26%
G = 5.57%
B = 48.18%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F11DFB (or 0xF11DFB) is known color: Magenta. HEX triplet: F1, 1D and FB. RGB value is (241,29,251). Sum of RGB (Red+Green+Blue) = 241+29+251=521 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.26% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #F11DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DFB is #0EE204. Grayscale: #757575. Windows color (decimal): -975365 or 16457201. OLE color: 16457201.

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

Color convert

RGB 241 29 251 -
CMYK 0.04 0.88 0 0.02
HSL 297.3º 0.97% 0.55% -
HSV(B) 297.3º 0.88% 0.98% -
XYZ 54.13 26.54 93.54 -
YUV 117.7 203.24 215.95 -
System Red Green Blue C M Y K H S L
Decimal 241 29 251 0.04 0.88 0 0.02 297.3 0.97 0.55
Hex F1 1D FB 4 58 0 2 129 61 37
Octal 361 35 373 4 130 0 2 451 141 67
Binary 11110001 11101 11111011 100 1011000 0 10 100101001 1100001 110111

Color Harmonies of #F11DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11DFB

Black with #F11DFB

Text Example


Text Example

White with #F11DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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