#f732ff

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

Shades of Magenta #F732FF

Tints of Magenta #F732FF

Color information

#F732FF (or 0xF732FF) is unknown color: approx Magenta. HEX triplet: F7, 32 and FF. RGB value is (247,50,255). Sum of RGB (Red+Green+Blue) = 247+50+255=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 50 (19.92% from 255 or 9.06% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #F732FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F732FF is #08CD00. Grayscale: #838383. Windows color (decimal): -576769 or 16724727. OLE color: 16724727.

HSL color Cylindrical-coordinate representation of color #F732FF: hue angle of 297.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732FF is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24750255-
CMYK0.030.8000
HSL297.66º100%59.8%-
HSV(B)297.66º80.39%100%-
XYZ57.5529.2897.23-
YUV132.27197.27209.83-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.75%
GREEN value IS 50 (19.92% from 255) = 9.06%
BLUE value IS 255 (100% from 255) = 46.20%
R=44.75%
G=9.06%
B=46.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal247502550.030.8000297.6610059.8
HexF732FF3500012a643c
Octal3676237731200045214474
Binary1111011111001011111111111010000001001010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f732ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f732ff; }

 p { color: rgb(247,50,255); }

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

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

 a { background-color: rgb(247,50,255); }

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

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

 span { border-color: rgb(247,50,255); }

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