Html Css Color HEX #F117EA Magenta

📋 copy color: '#F117EA'

red 241 ◦ green 23 ◦ blue 234

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

Shades of Magenta #F117EA

Tints of Magenta #F117EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.62%

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

R = 48.39%
G = 4.62%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#F117EA (or 0xF117EA) is known color: Magenta. HEX triplet: F1, 17 and EA. RGB value is (241,23,234). Sum of RGB (Red+Green+Blue) = 241+23+234=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 23 (9.38% from 255 or 4.62% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F117EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117EA is #0EE815. Grayscale: #6F6F6F. Windows color (decimal): -976918 or 15341553. OLE color: 15341553.

HSL color Cylindrical-coordinate representation of color #F117EA: hue angle of 301.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F117EA is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 23 234 -
CMYK 0 0.90 0.03 0.05
HSL 301.93º 0.89% 0.52% -
HSV(B) 301.93º 0.9% 0.95% -
XYZ 51.43 25.25 80.01 -
YUV 112.24 196.72 219.84 -
System Red Green Blue C M Y K H S L
Decimal 241 23 234 0 0.90 0.03 0.05 301.93 0.89 0.52
Hex F1 17 EA 0 5A 3 5 12E 59 34
Octal 361 27 352 0 132 3 5 456 131 64
Binary 11110001 10111 11101010 0 1011010 11 101 100101110 1011001 110100

Color Harmonies of #F117EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117EA

Black with #F117EA

Text Example


Text Example

White with #F117EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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