Html Css Color HEX #F602EC Magenta

📋 copy color: '#F602EC'

red 246 ◦ green 2 ◦ blue 236

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

Shades of Magenta #F602EC

Tints of Magenta #F602EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.41%

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

R = 50.83%
G = 0.41%
B = 48.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F602EC (or 0xF602EC) is known color: Magenta. HEX triplet: F6, 02 and EC. RGB value is (246,2,236). Sum of RGB (Red+Green+Blue) = 246+2+236=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 2 (1.17% from 255 or 0.41% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F602EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602EC is #09FD13. Grayscale: #646464. Windows color (decimal): -654612 or 15467254. OLE color: 15467254.

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

Color convert

RGB 246 2 236 -
CMYK 0 0.99 0.04 0.04
HSL 302.46º 0.98% 0.49% -
HSV(B) 302.46º 0.99% 0.96% -
XYZ 53.17 25.69 81.51 -
YUV 101.63 203.84 230.97 -
System Red Green Blue C M Y K H S L
Decimal 246 2 236 0 0.99 0.04 0.04 302.46 0.98 0.49
Hex F6 2 EC 0 63 4 4 12E 62 31
Octal 366 2 354 0 143 4 4 456 142 61
Binary 11110110 10 11101100 0 1100011 100 100 100101110 1100010 110001

Color Harmonies of #F602EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602EC

Black with #F602EC

Text Example


Text Example

White with #F602EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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