#F602E6

Color #F602E6 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F602E6

Tints of Magenta #F602E6

Color information

#F602E6 (or 0xF602E6) is unknown color: approx Magenta. HEX triplet: F6, 02 and E6. RGB value is (246,2,230). Sum of RGB (Red+Green+Blue) = 246+2+230=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 2 (1.17% from 255 or 0.42% from 478); Blue value is 230 (90.23% from 255 or 48.12% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F602E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F602E6 is #09FD19. Grayscale: #646464. Windows color (decimal): -654618 or 15074038. OLE color: 15074038.

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

Color convert

RGB2462230-
CMYK00.990.070.04
HSL303.93º98.39%48.63%-
HSV(B)303.93º99.19%96.47%-
XYZ52.3125.3577-
YUV100.95200.84231.46-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.46%
GREEN value IS 2 (1.17% from 255) = 0.42%
BLUE value IS 230 (90.23% from 255) = 48.12%
R=51.46%
G=0.42%
B=48.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246223000.990.070.04303.9398.3948.63
HexF62E6063741306231
Octal366234601437446014261
Binary111101101011100110011000111111001001100001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F602E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F602E6; }

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

 H1.HeaderClassName
 {
   color: #F602E6;
 }
 .AnyTagClassName
 {
   color: #F602E6;
 }
</style>
background-color css

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

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

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

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

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

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