#F316E5

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

Shades of Magenta #F316E5

Tints of Magenta #F316E5

Color information

#F316E5 (or 0xF316E5) is unknown color: approx Magenta. HEX triplet: F3, 16 and E5. RGB value is (243,22,229). Sum of RGB (Red+Green+Blue) = 243+22+229=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F316E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F316E5 is #0CE91A. Grayscale: #6F6F6F. Windows color (decimal): -846107 or 15013619. OLE color: 15013619.

HSL color Cylindrical-coordinate representation of color #F316E5: hue angle of 303.8º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F316E5 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB24322229-
CMYK00.910.060.05
HSL303.8º90.2%51.96%-
HSV(B)303.8º90.95%95.29%-
XYZ51.3925.2976.3-
YUV111.68194.22221.67-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.19%
GREEN value IS 22 (8.98% from 255) = 4.45%
BLUE value IS 229 (89.84% from 255) = 46.36%
R=49.19%
G=4.45%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432222900.910.060.05303.890.251.96
HexF316E505B651305a34
Octal3632634501336546013264
Binary111100111011011100101010110111101011001100001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F316E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F316E5; }

 p { color: rgb(243,22,229); }

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

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

 a { background-color: rgb(243,22,229); }

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

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

 span { border-color: rgb(243,22,229); }

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