Html Css Color HEX #F107ED Magenta

📋 copy color: '#F107ED'

red 241 ◦ green 7 ◦ blue 237

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

Shades of Magenta #F107ED

Tints of Magenta #F107ED

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.44%

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

R = 49.69%
G = 1.44%
B = 48.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F107ED (or 0xF107ED) is known color: Magenta. HEX triplet: F1, 07 and ED. RGB value is (241,7,237). Sum of RGB (Red+Green+Blue) = 241+7+237=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 7 (3.12% from 255 or 1.44% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F107ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F107ED is #0EF812. Grayscale: #666666. Windows color (decimal): -981011 or 15534065. OLE color: 15534065.

HSL color Cylindrical-coordinate representation of color #F107ED: hue angle of 301.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F107ED is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 7 237 -
CMYK 0 0.97 0.02 0.05
HSL 301.03º 0.94% 0.49% -
HSV(B) 301.03º 0.97% 0.95% -
XYZ 51.64 24.97 82.22 -
YUV 103.19 203.52 226.3 -
System Red Green Blue C M Y K H S L
Decimal 241 7 237 0 0.97 0.02 0.05 301.03 0.94 0.49
Hex F1 7 ED 0 61 2 5 12D 5E 31
Octal 361 7 355 0 141 2 5 455 136 61
Binary 11110001 111 11101101 0 1100001 10 101 100101101 1011110 110001

Color Harmonies of #F107ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F107ED

Black with #F107ED

Text Example


Text Example

White with #F107ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F107ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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