Html Css Color HEX #F117ED Magenta

📋 copy color: '#F117ED'

red 241 ◦ green 23 ◦ blue 237

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

Shades of Magenta #F117ED

Tints of Magenta #F117ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.31%

R = 48.1%
G = 4.59%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F117ED (or 0xF117ED) is known color: Magenta. HEX triplet: F1, 17 and ED. RGB value is (241,23,237). Sum of RGB (Red+Green+Blue) = 241+23+237=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F117ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F117ED is #0EE812. Grayscale: #6F6F6F. Windows color (decimal): -976915 or 15538161. OLE color: 15538161.

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

Color convert

RGB 241 23 237 -
CMYK 0 0.90 0.02 0.05
HSL 301.1º 0.89% 0.52% -
HSV(B) 301.1º 0.9% 0.95% -
XYZ 51.87 25.43 82.3 -
YUV 112.58 198.22 219.6 -
System Red Green Blue C M Y K H S L
Decimal 241 23 237 0 0.90 0.02 0.05 301.1 0.89 0.52
Hex F1 17 ED 0 5A 2 5 12D 59 34
Octal 361 27 355 0 132 2 5 455 131 64
Binary 11110001 10111 11101101 0 1011010 10 101 100101101 1011001 110100

Color Harmonies of #F117ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F117ED

Black with #F117ED

Text Example


Text Example

White with #F117ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F117ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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