#F605EB

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

Shades of Magenta #F605EB

Tints of Magenta #F605EB

Color information

#F605EB (or 0xF605EB) is unknown color: approx Magenta. HEX triplet: F6, 05 and EB. RGB value is (246,5,235). Sum of RGB (Red+Green+Blue) = 246+5+235=486 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.62% from 486); Green value is 5 (2.34% from 255 or 1.03% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 246 - color contains mainly: red. Hex color #F605EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F605EB is #09FA14. Grayscale: #666666. Windows color (decimal): -653845 or 15402486. OLE color: 15402486.

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

Color convert

RGB2465235-
CMYK00.980.040.04
HSL302.74º96.02%49.22%-
HSV(B)302.74º97.97%96.47%-
XYZ53.0625.780.76-
YUV103.28202.34229.8-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.62%
GREEN value IS 5 (2.34% from 255) = 1.03%
BLUE value IS 235 (92.19% from 255) = 48.35%
R=50.62%
G=1.03%
B=48.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246523500.980.040.04302.7496.0249.22
HexF65EB0624412f6031
Octal366535301424445714061
Binary1111011010111101011011000101001001001011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F605EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F605EB; }

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

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

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

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

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

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

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

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