#F40AF8

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

Shades of Magenta #F40AF8

Tints of Magenta #F40AF8

Color information

#F40AF8 (or 0xF40AF8) is unknown color: approx Magenta. HEX triplet: F4, 0A and F8. RGB value is (244,10,248). Sum of RGB (Red+Green+Blue) = 244+10+248=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 10 (4.30% from 255 or 1.99% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #F40AF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F40AF8 is #0BF507. Grayscale: #6A6A6A. Windows color (decimal): -783624 or 16255732. OLE color: 16255732.

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

Color convert

RGB24410248-
CMYK0.020.9600.03
HSL298.99º94.44%50.59%-
HSV(B)298.99º95.97%97.25%-
XYZ54.3626.2391-
YUV107.1207.52225.65-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 48.61%
GREEN value IS 10 (4.30% from 255) = 1.99%
BLUE value IS 248 (97.27% from 255) = 49.40%
R=48.61%
G=1.99%
B=49.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal244102480.020.9600.03298.9994.4450.59
HexF4AF82600312b5e33
Octal3641237021400345313663
Binary111101001010111110001011000000111001010111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F40AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F40AF8; }

 p { color: rgb(244,10,248); }

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

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

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

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

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

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

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