#F312EB

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

Shades of Magenta #F312EB

Tints of Magenta #F312EB

Color information

#F312EB (or 0xF312EB) is unknown color: approx Magenta. HEX triplet: F3, 12 and EB. RGB value is (243,18,235). Sum of RGB (Red+Green+Blue) = 243+18+235=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 18 (7.42% from 255 or 3.63% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F312EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F312EB is #0CED14. Grayscale: #6D6D6D. Windows color (decimal): -847125 or 15405811. OLE color: 15405811.

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

Color convert

RGB24318235-
CMYK00.930.030.05
HSL302.13º90.36%51.18%-
HSV(B)302.13º92.59%95.29%-
XYZ52.1725.4980.77-
YUV110.01198.54222.86-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 18 (7.42% from 255) = 3.63%
BLUE value IS 235 (92.19% from 255) = 47.38%
R=48.99%
G=3.63%
B=47.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431823500.930.030.05302.1390.3651.18
HexF312EB05D3512e5a33
Octal3632235301353545613263
Binary11110011100101110101101011101111011001011101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F312EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F312EB; }

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

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

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

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

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

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

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

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