#F720FC

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

Shades of Magenta #F720FC

Tints of Magenta #F720FC

Color information

#F720FC (or 0xF720FC) is unknown color: approx Magenta. HEX triplet: F7, 20 and FC. RGB value is (247,32,252). Sum of RGB (Red+Green+Blue) = 247+32+252=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 32 (12.89% from 255 or 6.03% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #F720FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F720FC is #08DF03. Grayscale: #787878. Windows color (decimal): -581380 or 16523511. OLE color: 16523511.

HSL color Cylindrical-coordinate representation of color #F720FC: hue angle of 298.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F720FC is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB24732252-
CMYK0.020.8700.01
HSL298.64º97.35%55.69%-
HSV(B)298.64º87.3%98.82%-
XYZ56.4427.8494.49-
YUV121.36201.73217.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.52%
GREEN value IS 32 (12.89% from 255) = 6.03%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=46.52%
G=6.03%
B=47.46%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal247322520.020.8700.01298.6497.3555.69
HexF720FC2570112b6138
Octal3674037421270145314170
Binary1111011110000011111100101010111011001010111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F720FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F720FC; }

 p { color: rgb(247,32,252); }

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

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

 a { background-color: rgb(247,32,252); }

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

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

 span { border-color: rgb(247,32,252); }

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