Html Css Color HEX #F111ED Magenta

📋 copy color: '#F111ED'

red 241 ◦ green 17 ◦ blue 237

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

Shades of Magenta #F111ED

Tints of Magenta #F111ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.43%

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

R = 48.69%
G = 3.43%
B = 47.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F111ED (or 0xF111ED) is known color: Magenta. HEX triplet: F1, 11 and ED. RGB value is (241,17,237). Sum of RGB (Red+Green+Blue) = 241+17+237=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 17 (7.03% from 255 or 3.43% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F111ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F111ED is #0EEE12. Grayscale: #6C6C6C. Windows color (decimal): -978451 or 15536625. OLE color: 15536625.

HSL color Cylindrical-coordinate representation of color #F111ED: hue angle of 301.07º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111ED is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 17 237 -
CMYK 0 0.93 0.02 0.05
HSL 301.07º 0.89% 0.51% -
HSV(B) 301.07º 0.93% 0.95% -
XYZ 51.76 25.22 82.26 -
YUV 109.06 200.21 222.11 -
System Red Green Blue C M Y K H S L
Decimal 241 17 237 0 0.93 0.02 0.05 301.07 0.89 0.51
Hex F1 11 ED 0 5D 2 5 12D 59 33
Octal 361 21 355 0 135 2 5 455 131 63
Binary 11110001 10001 11101101 0 1011101 10 101 100101101 1011001 110011

Color Harmonies of #F111ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111ED

Black with #F111ED

Text Example


Text Example

White with #F111ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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