Html Css Color HEX #F11FED Magenta

📋 copy color: '#F11FED'

red 241 ◦ green 31 ◦ blue 237

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

Shades of Magenta #F11FED

Tints of Magenta #F11FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.56%

R = 47.35%
G = 6.09%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F11FED (or 0xF11FED) is known color: Magenta. HEX triplet: F1, 1F and ED. RGB value is (241,31,237). Sum of RGB (Red+Green+Blue) = 241+31+237=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 31 (12.5% from 255 or 6.09% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 241 - color contains mainly: red. Hex color #F11FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11FED is #0EE012. Grayscale: #747474. Windows color (decimal): -974867 or 15540209. OLE color: 15540209.

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

Color convert

RGB 241 31 237 -
CMYK 0 0.87 0.02 0.05
HSL 301.14º 0.88% 0.53% -
HSV(B) 301.14º 0.87% 0.95% -
XYZ 52.05 25.8 82.36 -
YUV 117.27 195.57 216.25 -
System Red Green Blue C M Y K H S L
Decimal 241 31 237 0 0.87 0.02 0.05 301.14 0.88 0.53
Hex F1 1F ED 0 57 2 5 12D 58 35
Octal 361 37 355 0 127 2 5 455 130 65
Binary 11110001 11111 11101101 0 1010111 10 101 100101101 1011000 110101

Color Harmonies of #F11FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F11FED

Black with #F11FED

Text Example


Text Example

White with #F11FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F11FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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