#F322F5

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

Shades of Magenta #F322F5

Tints of Magenta #F322F5

Color information

#F322F5 (or 0xF322F5) is unknown color: approx Magenta. HEX triplet: F3, 22 and F5. RGB value is (243,34,245). Sum of RGB (Red+Green+Blue) = 243+34+245=522 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.55% from 522); Green value is 34 (13.67% from 255 or 6.51% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #F322F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F322F5 is #0CDD0A. Grayscale: #777777. Windows color (decimal): -843019 or 16065267. OLE color: 16065267.

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

Color convert

RGB24334245-
CMYK0.010.8600.04
HSL299.43º91.34%54.71%-
HSV(B)299.43º86.12%96.08%-
XYZ54.0226.7988.71-
YUV120.54198.24215.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.55%
GREEN value IS 34 (13.67% from 255) = 6.51%
BLUE value IS 245 (96.09% from 255) = 46.93%
R=46.55%
G=6.51%
B=46.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal243342450.010.8600.04299.4391.3454.71
HexF322F51560412b5b37
Octal3634236511260445313367
Binary11110011100010111101011101011001001001010111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F322F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F322F5; }

 p { color: rgb(243,34,245); }

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

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

 a { background-color: rgb(243,34,245); }

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

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

 span { border-color: rgb(243,34,245); }

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