Html Css Color HEX #F602EF Magenta

📋 copy color: '#F602EF'

red 246 ◦ green 2 ◦ blue 239

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

Shades of Magenta #F602EF

Tints of Magenta #F602EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 50.51%
G = 0.41%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F602EF (or 0xF602EF) is known color: Magenta. HEX triplet: F6, 02 and EF. RGB value is (246,2,239). Sum of RGB (Red+Green+Blue) = 246+2+239=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 2 (1.17% from 255 or 0.41% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F602EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602EF is #09FD10. Grayscale: #656565. Windows color (decimal): -654609 or 15663862. OLE color: 15663862.

HSL color Cylindrical-coordinate representation of color #F602EF: hue angle of 301.72º 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 #F602EF is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 2 239 -
CMYK 0 0.99 0.03 0.04
HSL 301.72º 0.98% 0.49% -
HSV(B) 301.72º 0.99% 0.96% -
XYZ 53.61 25.87 83.83 -
YUV 101.97 205.34 230.73 -
System Red Green Blue C M Y K H S L
Decimal 246 2 239 0 0.99 0.03 0.04 301.72 0.98 0.49
Hex F6 2 EF 0 63 3 4 12E 62 31
Octal 366 2 357 0 143 3 4 456 142 61
Binary 11110110 10 11101111 0 1100011 11 100 100101110 1100010 110001

Color Harmonies of #F602EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F602EF

Black with #F602EF

Text Example


Text Example

White with #F602EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F602EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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