Html Css Color HEX #F61FEC Magenta

📋 copy color: '#F61FEC'

red 246 ◦ green 31 ◦ blue 236

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

Shades of Magenta #F61FEC

Tints of Magenta #F61FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.04%

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

R = 47.95%
G = 6.04%
B = 46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F61FEC (or 0xF61FEC) is known color: Magenta. HEX triplet: F6, 1F and EC. RGB value is (246,31,236). Sum of RGB (Red+Green+Blue) = 246+31+236=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 31 (12.5% from 255 or 6.04% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F61FEC is #09E013. Grayscale: #767676. Windows color (decimal): -647188 or 15474678. OLE color: 15474678.

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

Color convert

RGB 246 31 236 -
CMYK 0 0.87 0.04 0.04
HSL 302.79º 0.92% 0.54% -
HSV(B) 302.79º 0.87% 0.96% -
XYZ 53.64 26.63 81.67 -
YUV 118.66 194.23 218.83 -
System Red Green Blue C M Y K H S L
Decimal 246 31 236 0 0.87 0.04 0.04 302.79 0.92 0.54
Hex F6 1F EC 0 57 4 4 12F 5C 36
Octal 366 37 354 0 127 4 4 457 134 66
Binary 11110110 11111 11101100 0 1010111 100 100 100101111 1011100 110110

Color Harmonies of #F61FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F61FEC

Black with #F61FEC

Text Example


Text Example

White with #F61FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F61FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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