#F604FE

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

Shades of Magenta #F604FE

Tints of Magenta #F604FE

Color information

#F604FE (or 0xF604FE) is unknown color: approx Magenta. HEX triplet: F6, 04 and FE. RGB value is (246,4,254). Sum of RGB (Red+Green+Blue) = 246+4+254=504 (66% of max value = 765). Red value is 246 (96.48% from 255 or 48.81% from 504); Green value is 4 (1.95% from 255 or 0.79% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #F604FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F604FE is #09FB01. Grayscale: #686868. Windows color (decimal): -654082 or 16647414. OLE color: 16647414.

HSL color Cylindrical-coordinate representation of color #F604FE: hue angle of 298.08º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F604FE is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB2464254-
CMYK0.030.9800.00
HSL298.08º99.21%50.59%-
HSV(B)298.08º98.43%99.61%-
XYZ55.9426.8496-
YUV104.86212.17228.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.81%
GREEN value IS 4 (1.95% from 255) = 0.79%
BLUE value IS 254 (99.61% from 255) = 50.40%
R=48.81%
G=0.79%
B=50.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal24642540.030.9800.00298.0899.2150.59
HexF64FE3620012a6333
Octal366437631420045214363
Binary1111011010011111110111100010001001010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F604FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F604FE; }

 p { color: rgb(246,4,254); }

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

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

 a { background-color: rgb(246,4,254); }

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

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

 span { border-color: rgb(246,4,254); }

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