#F716F4

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

Shades of Magenta #F716F4

Tints of Magenta #F716F4

Color information

#F716F4 (or 0xF716F4) is unknown color: approx Magenta. HEX triplet: F7, 16 and F4. RGB value is (247,22,244). Sum of RGB (Red+Green+Blue) = 247+22+244=513 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.15% from 513); Green value is 22 (8.98% from 255 or 4.29% from 513); Blue value is 244 (95.70% from 255 or 47.56% from 513); Max value from RGB is 247 - color contains mainly: red. Hex color #F716F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F716F4 is #08E90B. Grayscale: #717171. Windows color (decimal): -583948 or 15996663. OLE color: 15996663.

HSL color Cylindrical-coordinate representation of color #F716F4: hue angle of 300.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F716F4 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB24722244-
CMYK00.910.010.03
HSL300.8º93.36%52.75%-
HSV(B)300.8º91.09%96.86%-
XYZ54.9726.8887.88-
YUV114.58201.04222.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.15%
GREEN value IS 22 (8.98% from 255) = 4.29%
BLUE value IS 244 (95.70% from 255) = 47.56%
R=48.15%
G=4.29%
B=47.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472224400.910.010.03300.893.3652.75
HexF716F405B1312d5d35
Octal3672636401331345513565
Binary111101111011011110100010110111111001011011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F716F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F716F4; }

 p { color: rgb(247,22,244); }

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

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

 a { background-color: rgb(247,22,244); }

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

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

 span { border-color: rgb(247,22,244); }

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