Html Css Color HEX #F605EC Magenta

📋 copy color: '#F605EC'

red 246 ◦ green 5 ◦ blue 236

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

Shades of Magenta #F605EC

Tints of Magenta #F605EC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.03%

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

R = 50.51%
G = 1.03%
B = 48.46%

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

#F605EC (or 0xF605EC) is known color: Magenta. HEX triplet: F6, 05 and EC. RGB value is (246,5,236). Sum of RGB (Red+Green+Blue) = 246+5+236=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 5 (2.34% from 255 or 1.03% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F605EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605EC is #09FA13. Grayscale: #666666. Windows color (decimal): -653844 or 15468022. OLE color: 15468022.

HSL color Cylindrical-coordinate representation of color #F605EC: hue angle of 302.49º degrees, saturation: 0.96, 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 #F605EC is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 5 236 -
CMYK 0 0.98 0.04 0.04
HSL 302.49º 0.96% 0.49% -
HSV(B) 302.49º 0.98% 0.96% -
XYZ 53.2 25.76 81.52 -
YUV 103.39 202.84 229.72 -
System Red Green Blue C M Y K H S L
Decimal 246 5 236 0 0.98 0.04 0.04 302.49 0.96 0.49
Hex F6 5 EC 0 62 4 4 12E 60 31
Octal 366 5 354 0 142 4 4 456 140 61
Binary 11110110 101 11101100 0 1100010 100 100 100101110 1100000 110001

Color Harmonies of #F605EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F605EC

Black with #F605EC

Text Example


Text Example

White with #F605EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F605EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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