#F313E0

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

Shades of Hot Magenta #F313E0

Tints of Hot Magenta #F313E0

Color information

#F313E0 (or 0xF313E0) is unknown color: approx Hot Magenta. HEX triplet: F3, 13 and E0. RGB value is (243,19,224). Sum of RGB (Red+Green+Blue) = 243+19+224=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 19 (7.81% from 255 or 3.91% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F313E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313E0 is #0CEC1F. Grayscale: #6C6C6C. Windows color (decimal): -846880 or 14685171. OLE color: 14685171.

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

Color convert

RGB24319224-
CMYK00.920.080.05
HSL305.09º90.32%51.37%-
HSV(B)305.09º92.18%95.29%-
XYZ50.6524.972.66-
YUV109.35192.71223.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50%
GREEN value IS 19 (7.81% from 255) = 3.91%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=50%
G=3.91%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431922400.920.080.05305.0990.3251.37
HexF313E005C851315a33
Octal36323340013410546113263
Binary1111001110011111000000101110010001011001100011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F313E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F313E0; }

 p { color: rgb(243,19,224); }

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

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

 a { background-color: rgb(243,19,224); }

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

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

 span { border-color: rgb(243,19,224); }

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