Html Css Color HEX #F604EC Magenta

📋 copy color: '#F604EC'

red 246 ◦ green 4 ◦ blue 236

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

Shades of Magenta #F604EC

Tints of Magenta #F604EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

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

R = 50.62%
G = 0.82%
B = 48.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F604EC (or 0xF604EC) is known color: Magenta. HEX triplet: F6, 04 and EC. RGB value is (246,4,236). Sum of RGB (Red+Green+Blue) = 246+4+236=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 4 (1.95% from 255 or 0.82% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F604EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F604EC is #09FB13. Grayscale: #666666. Windows color (decimal): -654100 or 15467766. OLE color: 15467766.

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

Color convert

RGB 246 4 236 -
CMYK 0 0.98 0.04 0.04
HSL 302.48º 0.97% 0.49% -
HSV(B) 302.48º 0.98% 0.96% -
XYZ 53.19 25.74 81.52 -
YUV 102.81 203.17 230.14 -
System Red Green Blue C M Y K H S L
Decimal 246 4 236 0 0.98 0.04 0.04 302.48 0.97 0.49
Hex F6 4 EC 0 62 4 4 12E 61 31
Octal 366 4 354 0 142 4 4 456 141 61
Binary 11110110 100 11101100 0 1100010 100 100 100101110 1100001 110001

Color Harmonies of #F604EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F604EC

Black with #F604EC

Text Example


Text Example

White with #F604EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F604EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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