Html Css Color HEX #F611ED Magenta

📋 copy color: '#F611ED'

red 246 ◦ green 17 ◦ blue 237

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

Shades of Magenta #F611ED

Tints of Magenta #F611ED

RGB

 RED value IS 246 (96.48% from 255) = 49.2%

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

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

R = 49.2%
G = 3.4%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F611ED (or 0xF611ED) is known color: Magenta. HEX triplet: F6, 11 and ED. RGB value is (246,17,237). Sum of RGB (Red+Green+Blue) = 246+17+237=500 (66% of max value = 765). Red value is 246 (96.48% from 255 or 49.2% from 500); Green value is 17 (7.03% from 255 or 3.4% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 246 - color contains mainly: red. Hex color #F611ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F611ED is #09EE12. Grayscale: #6D6D6D. Windows color (decimal): -650771 or 15536630. OLE color: 15536630.

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

Color convert

RGB 246 17 237 -
CMYK 0 0.93 0.04 0.04
HSL 302.36º 0.93% 0.52% -
HSV(B) 302.36º 0.93% 0.96% -
XYZ 53.49 26.11 82.34 -
YUV 110.55 199.37 224.61 -
System Red Green Blue C M Y K H S L
Decimal 246 17 237 0 0.93 0.04 0.04 302.36 0.93 0.52
Hex F6 11 ED 0 5D 4 4 12E 5D 34
Octal 366 21 355 0 135 4 4 456 135 64
Binary 11110110 10001 11101101 0 1011101 100 100 100101110 1011101 110100

Color Harmonies of #F611ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F611ED

Black with #F611ED

Text Example


Text Example

White with #F611ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F611ED; }

 p { color: rgb(246,17,237); }

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

background-color css

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

 a { background-color: rgb(246,17,237); }

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

border-color css

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

 span { border-color: rgb(246,17,237); }

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