#F316EB

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

Shades of Magenta #F316EB

Tints of Magenta #F316EB

Color information

#F316EB (or 0xF316EB) is unknown color: approx Magenta. HEX triplet: F3, 16 and EB. RGB value is (243,22,235). Sum of RGB (Red+Green+Blue) = 243+22+235=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 22 (8.98% from 255 or 4.4% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F316EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F316EB is #0CE914. Grayscale: #6F6F6F. Windows color (decimal): -846101 or 15406835. OLE color: 15406835.

HSL color Cylindrical-coordinate representation of color #F316EB: hue angle of 302.17º 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 #F316EB is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB24322235-
CMYK00.910.030.05
HSL302.17º90.2%51.96%-
HSV(B)302.17º90.95%95.29%-
XYZ52.2425.6380.79-
YUV112.36197.22221.18-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.6%
GREEN value IS 22 (8.98% from 255) = 4.4%
BLUE value IS 235 (92.19% from 255) = 47%
R=48.6%
G=4.4%
B=47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432223500.910.030.05302.1790.251.96
HexF316EB05B3512e5a34
Octal3632635301333545613264
Binary11110011101101110101101011011111011001011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F316EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F316EB; }

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

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

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

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

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

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

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

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