Html Css Color HEX #F114E9 Magenta

📋 copy color: '#F114E9'

red 241 ◦ green 20 ◦ blue 233

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

Shades of Magenta #F114E9

Tints of Magenta #F114E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.17%

R = 48.79%
G = 4.05%
B = 47.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F114E9 (or 0xF114E9) is known color: Magenta. HEX triplet: F1, 14 and E9. RGB value is (241,20,233). Sum of RGB (Red+Green+Blue) = 241+20+233=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 20 (8.20% from 255 or 4.05% from 494); Blue value is 233 (91.41% from 255 or 47.17% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F114E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F114E9 is #0EEB16. Grayscale: #6D6D6D. Windows color (decimal): -977687 or 15275249. OLE color: 15275249.

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

Color convert

RGB 241 20 233 -
CMYK 0 0.92 0.03 0.05
HSL 302.17º 0.89% 0.51% -
HSV(B) 302.17º 0.92% 0.95% -
XYZ 51.23 25.08 79.23 -
YUV 110.36 197.22 221.18 -
System Red Green Blue C M Y K H S L
Decimal 241 20 233 0 0.92 0.03 0.05 302.17 0.89 0.51
Hex F1 14 E9 0 5C 3 5 12E 59 33
Octal 361 24 351 0 134 3 5 456 131 63
Binary 11110001 10100 11101001 0 1011100 11 101 100101110 1011001 110011

Color Harmonies of #F114E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F114E9

Black with #F114E9

Text Example


Text Example

White with #F114E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F114E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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