#F386F0

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

Shades of Violet #F386F0

Tints of Violet #F386F0

Color information

#F386F0 (or 0xF386F0) is unknown color: approx Violet. HEX triplet: F3, 86 and F0. RGB value is (243,134,240). Sum of RGB (Red+Green+Blue) = 243+134+240=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 134 (52.73% from 255 or 21.72% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F386F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F386F0 is #0C790F. Grayscale: #B2B2B2. Windows color (decimal): -817424 or 15763187. OLE color: 15763187.

HSL color Cylindrical-coordinate representation of color #F386F0: hue angle of 301.65º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F386F0 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB243134240-
CMYK00.450.010.05
HSL301.65º81.95%73.92%-
HSV(B)301.65º44.86%95.29%-
XYZ61.2242.487.39-
YUV178.68162.61173.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.38%
GREEN value IS 134 (52.73% from 255) = 21.72%
BLUE value IS 240 (94.14% from 255) = 38.90%
R=39.38%
G=21.72%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313424000.450.010.05301.6581.9573.92
HexF386F002D1512e524a
Octal36320636005515456122112
Binary1111001110000110111100000101101110110010111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386F0; }

 p { color: rgb(243,134,240); }

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

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

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

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

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

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

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