#F40CFE

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

Shades of Magenta #F40CFE

Tints of Magenta #F40CFE

Color information

#F40CFE (or 0xF40CFE) is unknown color: approx Magenta. HEX triplet: F4, 0C and FE. RGB value is (244,12,254). Sum of RGB (Red+Green+Blue) = 244+12+254=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 12 (5.08% from 255 or 2.35% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #F40CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40CFE is #0BF301. Grayscale: #6C6C6C. Windows color (decimal): -783106 or 16649460. OLE color: 16649460.

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

Color convert

RGB24412254-
CMYK0.040.9500.00
HSL297.52º99.18%52.16%-
HSV(B)297.52º95.28%99.61%-
XYZ55.3326.6595.99-
YUV108.96209.86224.32-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 47.84%
GREEN value IS 12 (5.08% from 255) = 2.35%
BLUE value IS 254 (99.61% from 255) = 49.80%
R=47.84%
G=2.35%
B=49.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal244122540.040.9500.00297.5299.1852.16
HexF4CFE45F0012a6334
Octal3641437641370045214364
Binary111101001100111111101001011111001001010101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40CFE; }

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

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

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

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

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

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

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

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