#F316EA

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

Shades of Magenta #F316EA

Tints of Magenta #F316EA

Color information

#F316EA (or 0xF316EA) is unknown color: approx Magenta. HEX triplet: F3, 16 and EA. RGB value is (243,22,234). Sum of RGB (Red+Green+Blue) = 243+22+234=499 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.70% from 499); Green value is 22 (8.98% from 255 or 4.41% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 243 - color contains mainly: red. Hex color #F316EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F316EA is #0CE915. Grayscale: #6F6F6F. Windows color (decimal): -846102 or 15341299. OLE color: 15341299.

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

Color convert

RGB24322234-
CMYK00.910.040.05
HSL302.44º90.2%51.96%-
HSV(B)302.44º90.95%95.29%-
XYZ52.125.5780.03-
YUV112.25196.72221.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.70%
GREEN value IS 22 (8.98% from 255) = 4.41%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=48.70%
G=4.41%
B=46.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432223400.910.040.05302.4490.251.96
HexF316EA05B4512e5a34
Octal3632635201334545613264
Binary111100111011011101010010110111001011001011101011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F316EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F316EA; }

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

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

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

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

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

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

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

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