#F40FF4

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

Shades of Magenta #F40FF4

Tints of Magenta #F40FF4

Color information

#F40FF4 (or 0xF40FF4) is unknown color: approx Magenta. HEX triplet: F4, 0F and F4. RGB value is (244,15,244). Sum of RGB (Red+Green+Blue) = 244+15+244=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 15 (6.25% from 255 or 2.98% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: red, blue. Hex color #F40FF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40FF4 is #0BF00B. Grayscale: #6C6C6C. Windows color (decimal): -782348 or 15994868. OLE color: 15994868.

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

Color convert

RGB24415244-
CMYK00.9400.04
HSL300º91.24%50.78%-
HSV(B)300º93.85%95.69%-
XYZ53.8126.1187.79-
YUV109.58203.87223.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.51%
GREEN value IS 15 (6.25% from 255) = 2.98%
BLUE value IS 244 (95.70% from 255) = 48.51%
R=48.51%
G=2.98%
B=48.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441524400.9400.0430091.2450.78
HexF4FF405E0412c5b33
Octal3641736401360445413363
Binary111101001111111101000101111001001001011001011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40FF4; }

 p { color: rgb(244,15,244); }

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

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

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

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

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

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

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