Html Css Color HEX #F117F6 Magenta

📋 copy color: '#F117F6'

red 241 ◦ green 23 ◦ blue 246

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

Shades of Magenta #F117F6

Tints of Magenta #F117F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.24%

R = 47.25%
G = 4.51%
B = 48.24%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F117F6 (or 0xF117F6) is known color: Magenta. HEX triplet: F1, 17 and F6. RGB value is (241,23,246). Sum of RGB (Red+Green+Blue) = 241+23+246=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 23 (9.38% from 255 or 4.51% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #F117F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117F6 is #0EE809. Grayscale: #707070. Windows color (decimal): -976906 or 16127985. OLE color: 16127985.

HSL color Cylindrical-coordinate representation of color #F117F6: hue angle of 298.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F117F6 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 241 23 246 -
CMYK 0.02 0.91 0 0.04
HSL 298.65º 0.93% 0.53% -
HSV(B) 298.65º 0.91% 0.96% -
XYZ 53.22 25.97 89.4 -
YUV 113.6 202.72 218.87 -
System Red Green Blue C M Y K H S L
Decimal 241 23 246 0.02 0.91 0 0.04 298.65 0.93 0.53
Hex F1 17 F6 2 5B 0 4 12B 5D 35
Octal 361 27 366 2 133 0 4 453 135 65
Binary 11110001 10111 11110110 10 1011011 0 100 100101011 1011101 110101

Color Harmonies of #F117F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117F6

Black with #F117F6

Text Example


Text Example

White with #F117F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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