#F403F6

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

Shades of Magenta #F403F6

Tints of Magenta #F403F6

Color information

#F403F6 (or 0xF403F6) is unknown color: approx Magenta. HEX triplet: F4, 03 and F6. RGB value is (244,3,246). Sum of RGB (Red+Green+Blue) = 244+3+246=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 3 (1.56% from 255 or 0.61% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #F403F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F403F6 is #0BFC09. Grayscale: #666666. Windows color (decimal): -785418 or 16122868. OLE color: 16122868.

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

Color convert

RGB2443246-
CMYK0.010.9900.04
HSL299.51º97.59%48.82%-
HSV(B)299.51º98.78%96.47%-
XYZ53.9825.9589.35-
YUV102.76208.84228.74-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.49%
GREEN value IS 3 (1.56% from 255) = 0.61%
BLUE value IS 246 (96.48% from 255) = 49.90%
R=49.49%
G=0.61%
B=49.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24432460.010.9900.04299.5197.5948.82
HexF43F61630412c6231
Octal364336611430445414261
Binary1111010011111101101110001101001001011001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F403F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F403F6; }

 p { color: rgb(244,3,246); }

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

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

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

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

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

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

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