Html Css Color HEX #F114EE Magenta

📋 copy color: '#F114EE'

red 241 ◦ green 20 ◦ blue 238

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

Shades of Magenta #F114EE

Tints of Magenta #F114EE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.01%

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 48.3%
G = 4.01%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F114EE (or 0xF114EE) is known color: Magenta. HEX triplet: F1, 14 and EE. RGB value is (241,20,238). Sum of RGB (Red+Green+Blue) = 241+20+238=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 20 (8.20% from 255 or 4.01% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F114EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114EE is #0EEB11. Grayscale: #6E6E6E. Windows color (decimal): -977682 or 15602929. OLE color: 15602929.

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

Color convert

RGB 241 20 238 -
CMYK 0 0.92 0.01 0.05
HSL 300.81º 0.89% 0.51% -
HSV(B) 300.81º 0.92% 0.95% -
XYZ 51.96 25.37 83.05 -
YUV 110.93 199.72 220.77 -
System Red Green Blue C M Y K H S L
Decimal 241 20 238 0 0.92 0.01 0.05 300.81 0.89 0.51
Hex F1 14 EE 0 5C 1 5 12D 59 33
Octal 361 24 356 0 134 1 5 455 131 63
Binary 11110001 10100 11101110 0 1011100 1 101 100101101 1011001 110011

Color Harmonies of #F114EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114EE

Black with #F114EE

Text Example


Text Example

White with #F114EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114EE; }

 p { color: rgb(241,20,238); }

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

background-color css

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

 a { background-color: rgb(241,20,238); }

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

border-color css

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

 span { border-color: rgb(241,20,238); }

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