Html Css Color HEX #F111EF Magenta

📋 copy color: '#F111EF'

red 241 ◦ green 17 ◦ blue 239

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

Shades of Magenta #F111EF

Tints of Magenta #F111EF

RGB

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

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

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

R = 48.49%
G = 3.42%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F111EF (or 0xF111EF) is known color: Magenta. HEX triplet: F1, 11 and EF. RGB value is (241,17,239). Sum of RGB (Red+Green+Blue) = 241+17+239=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 17 (7.03% from 255 or 3.42% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F111EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F111EF is #0EEE10. Grayscale: #6C6C6C. Windows color (decimal): -978449 or 15667697. OLE color: 15667697.

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

Color convert

RGB 241 17 239 -
CMYK 0 0.93 0.01 0.05
HSL 300.54º 0.89% 0.51% -
HSV(B) 300.54º 0.93% 0.95% -
XYZ 52.06 25.33 83.81 -
YUV 109.28 201.21 221.95 -
System Red Green Blue C M Y K H S L
Decimal 241 17 239 0 0.93 0.01 0.05 300.54 0.89 0.51
Hex F1 11 EF 0 5D 1 5 12D 59 33
Octal 361 21 357 0 135 1 5 455 131 63
Binary 11110001 10001 11101111 0 1011101 1 101 100101101 1011001 110011

Color Harmonies of #F111EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111EF

Black with #F111EF

Text Example


Text Example

White with #F111EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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