#F400FE

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

Shades of Magenta #F400FE

Tints of Magenta #F400FE

Color information

#F400FE (or 0xF400FE) is unknown color: approx Magenta. HEX triplet: F4, 00 and FE. RGB value is (244,0,254). Sum of RGB (Red+Green+Blue) = 244+0+254=498 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.00% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #F400FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400FE is #0BFF01. Grayscale: #656565. Windows color (decimal): -786178 or 16646388. OLE color: 16646388.

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

Color convert

RGB2440254-
CMYK0.04100.00
HSL297.64º100%49.8%-
HSV(B)297.64º100%99.61%-
XYZ55.226.3995.95-
YUV101.91213.84229.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.00%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 254 (99.61% from 255) = 51.00%
R=49.00%
G=0%
B=51.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal24402540.04100.00297.6410049.8
HexF40FE4640012a6432
Octal364037641440045214462
Binary111101000111111101001100100001001010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F400FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F400FE; }

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

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

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

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

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

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

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

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