Html Css Color HEX #F113EA Magenta

📋 copy color: '#F113EA'

red 241 ◦ green 19 ◦ blue 234

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

Shades of Magenta #F113EA

Tints of Magenta #F113EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.85%

 BLUE value IS 234 (91.8% from 255) = 47.37%

R = 48.79%
G = 3.85%
B = 47.37%

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

#F113EA (or 0xF113EA) is known color: Magenta. HEX triplet: F1, 13 and EA. RGB value is (241,19,234). Sum of RGB (Red+Green+Blue) = 241+19+234=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F113EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113EA is #0EEC15. Grayscale: #6D6D6D. Windows color (decimal): -977942 or 15340529. OLE color: 15340529.

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

Color convert

RGB 241 19 234 -
CMYK 0 0.92 0.03 0.05
HSL 301.89º 0.89% 0.51% -
HSV(B) 301.89º 0.92% 0.95% -
XYZ 51.36 25.11 79.98 -
YUV 109.89 198.05 221.52 -
System Red Green Blue C M Y K H S L
Decimal 241 19 234 0 0.92 0.03 0.05 301.89 0.89 0.51
Hex F1 13 EA 0 5C 3 5 12E 59 33
Octal 361 23 352 0 134 3 5 456 131 63
Binary 11110001 10011 11101010 0 1011100 11 101 100101110 1011001 110011

Color Harmonies of #F113EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F113EA

Black with #F113EA

Text Example


Text Example

White with #F113EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F113EA; }

 p { color: rgb(241,19,234); }

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

background-color css

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

 a { background-color: rgb(241,19,234); }

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

border-color css

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

 span { border-color: rgb(241,19,234); }

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