#F319F3

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

Shades of Magenta #F319F3

Tints of Magenta #F319F3

Color information

#F319F3 (or 0xF319F3) is unknown color: approx Magenta. HEX triplet: F3, 19 and F3. RGB value is (243,25,243). Sum of RGB (Red+Green+Blue) = 243+25+243=511 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.55% from 511); Green value is 25 (10.16% from 255 or 4.89% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F319F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F319F3 is #0CE60C. Grayscale: #727272. Windows color (decimal): -845325 or 15931891. OLE color: 15931891.

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

Color convert

RGB24325243-
CMYK00.9000.05
HSL300º90.08%52.55%-
HSV(B)300º89.71%95.29%-
XYZ53.4926.2287.04-
YUV115.03200.22219.27-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 47.55%
GREEN value IS 25 (10.16% from 255) = 4.89%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=47.55%
G=4.89%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432524300.9000.0530090.0852.55
HexF319F305A0512c5a35
Octal3633136301320545413265
Binary1111001111001111100110101101001011001011001011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F319F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F319F3; }

 p { color: rgb(243,25,243); }

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

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

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

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

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

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

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