#F400FF

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

Shades of Magenta #F400FF

Tints of Magenta #F400FF

Color information

#F400FF (or 0xF400FF) is unknown color: approx Magenta. HEX triplet: F4, 00 and FF. RGB value is (244,0,255). Sum of RGB (Red+Green+Blue) = 244+0+255=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 0 (0.39% from 255 or 0% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #F400FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400FF is #0BFF00. Grayscale: #656565. Windows color (decimal): -786177 or 16711924. OLE color: 16711924.

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

Color convert

RGB2440255-
CMYK0.04100
HSL297.41º100%50%-
HSV(B)297.41º100%100%-
XYZ55.3626.4596.8-
YUV102.03214.34229.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 51.10%
R=48.90%
G=0%
B=51.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal24402550.04100297.4110050
HexF40FF464001296432
Octal364037741440045114462
Binary111101000111111111001100100001001010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F400FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F400FF; }

 p { color: rgb(244,0,255); }

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

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

 a { background-color: rgb(244,0,255); }

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

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

 span { border-color: rgb(244,0,255); }

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