Html Css Color HEX #F61DEC Magenta

📋 copy color: '#F61DEC'

red 246 ◦ green 29 ◦ blue 236

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

Shades of Magenta #F61DEC

Tints of Magenta #F61DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.68%

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 48.14%
G = 5.68%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F61DEC (or 0xF61DEC) is known color: Magenta. HEX triplet: F6, 1D and EC. RGB value is (246,29,236). Sum of RGB (Red+Green+Blue) = 246+29+236=511 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.14% from 511); Green value is 29 (11.72% from 255 or 5.68% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 246 - color contains mainly: red. Hex color #F61DEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61DEC is #09E213. Grayscale: #747474. Windows color (decimal): -647700 or 15474166. OLE color: 15474166.

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

Color convert

RGB 246 29 236 -
CMYK 0 0.88 0.04 0.04
HSL 302.77º 0.92% 0.54% -
HSV(B) 302.77º 0.88% 0.96% -
XYZ 53.59 26.53 81.65 -
YUV 117.48 194.89 219.67 -
System Red Green Blue C M Y K H S L
Decimal 246 29 236 0 0.88 0.04 0.04 302.77 0.92 0.54
Hex F6 1D EC 0 58 4 4 12F 5C 36
Octal 366 35 354 0 130 4 4 457 134 66
Binary 11110110 11101 11101100 0 1011000 100 100 100101111 1011100 110110

Color Harmonies of #F61DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61DEC

Black with #F61DEC

Text Example


Text Example

White with #F61DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61DEC; }

 p { color: rgb(246,29,236); }

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

background-color css

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

 a { background-color: rgb(246,29,236); }

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

border-color css

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

 span { border-color: rgb(246,29,236); }

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