#F406F5

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

Shades of Magenta #F406F5

Tints of Magenta #F406F5

Color information

#F406F5 (or 0xF406F5) is unknown color: approx Magenta. HEX triplet: F4, 06 and F5. RGB value is (244,6,245). Sum of RGB (Red+Green+Blue) = 244+6+245=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 6 (2.73% from 255 or 1.21% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #F406F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F406F5 is #0BF90A. Grayscale: #676767. Windows color (decimal): -784651 or 16058100. OLE color: 16058100.

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

Color convert

RGB2446245-
CMYK0.000.9800.04
HSL299.75º95.22%49.22%-
HSV(B)299.75º97.55%96.08%-
XYZ53.8525.9688.56-
YUV104.41207.35227.57-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 6 (2.73% from 255) = 1.21%
BLUE value IS 245 (96.09% from 255) = 49.49%
R=49.29%
G=1.21%
B=49.49%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24462450.000.9800.04299.7595.2249.22
HexF46F50620412c5f31
Octal364636501420445413761
Binary11110100110111101010110001001001001011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F406F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F406F5; }

 p { color: rgb(244,6,245); }

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

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

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

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

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

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

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