Html Css Color HEX #F111EA Magenta

📋 copy color: '#F111EA'

red 241 ◦ green 17 ◦ blue 234

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

Shades of Magenta #F111EA

Tints of Magenta #F111EA

RGB

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

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

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

R = 48.98%
G = 3.46%
B = 47.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F111EA (or 0xF111EA) is known color: Magenta. HEX triplet: F1, 11 and EA. RGB value is (241,17,234). Sum of RGB (Red+Green+Blue) = 241+17+234=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 17 (7.03% from 255 or 3.46% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F111EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F111EA is #0EEE15. Grayscale: #6C6C6C. Windows color (decimal): -978454 or 15340017. OLE color: 15340017.

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

Color convert

RGB 241 17 234 -
CMYK 0 0.93 0.03 0.05
HSL 301.88º 0.89% 0.51% -
HSV(B) 301.88º 0.93% 0.95% -
XYZ 51.33 25.04 79.97 -
YUV 108.71 198.71 222.36 -
System Red Green Blue C M Y K H S L
Decimal 241 17 234 0 0.93 0.03 0.05 301.88 0.89 0.51
Hex F1 11 EA 0 5D 3 5 12E 59 33
Octal 361 21 352 0 135 3 5 456 131 63
Binary 11110001 10001 11101010 0 1011101 11 101 100101110 1011001 110011

Color Harmonies of #F111EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F111EA

Black with #F111EA

Text Example


Text Example

White with #F111EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F111EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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