Html Css Color HEX #F11FEF Magenta

📋 copy color: '#F11FEF'

red 241 ◦ green 31 ◦ blue 239

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

Shades of Magenta #F11FEF

Tints of Magenta #F11FEF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.07%

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 47.16%
G = 6.07%
B = 46.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F11FEF (or 0xF11FEF) is known color: Magenta. HEX triplet: F1, 1F and EF. RGB value is (241,31,239). Sum of RGB (Red+Green+Blue) = 241+31+239=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 31 (12.5% from 255 or 6.07% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FEF is #0EE010. Grayscale: #747474. Windows color (decimal): -974865 or 15671281. OLE color: 15671281.

HSL color Cylindrical-coordinate representation of color #F11FEF: hue angle of 300.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F11FEF is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 31 239 -
CMYK 0 0.87 0.01 0.05
HSL 300.57º 0.88% 0.53% -
HSV(B) 300.57º 0.87% 0.95% -
XYZ 52.35 25.91 83.9 -
YUV 117.5 196.57 216.09 -
System Red Green Blue C M Y K H S L
Decimal 241 31 239 0 0.87 0.01 0.05 300.57 0.88 0.53
Hex F1 1F EF 0 57 1 5 12D 58 35
Octal 361 37 357 0 127 1 5 455 130 65
Binary 11110001 11111 11101111 0 1010111 1 101 100101101 1011000 110101

Color Harmonies of #F11FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11FEF

Black with #F11FEF

Text Example


Text Example

White with #F11FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11FEF; }

 p { color: rgb(241,31,239); }

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

background-color css

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

 a { background-color: rgb(241,31,239); }

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

border-color css

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

 span { border-color: rgb(241,31,239); }

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